Skip to content

Commit 5389659

Browse files
author
Swelter Builder
committed
Fix armv7a NDK arch string and SwelterResetAchievements include path
1 parent 77f377b commit 5389659

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

game/client/SwelterResetAchievements.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using namespace vgui;
88
#include <vgui_controls/RadioButton.h>
99
#include <vgui_controls/Slider.h>
1010
#include <vgui_controls/Button.h>
11-
#include <vgui_controls/Combobox.h>
11+
#include <vgui_controls/ComboBox.h>
1212
#include "ienginevgui.h"
1313

1414

scripts/build-android-armv7a-swelter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [ ! -d "android-ndk-r10e" ]; then
77
fi
88
export ANDROID_NDK_HOME=$PWD/android-ndk-r10e/
99
export NDK_HOME=$PWD/android-ndk-r10e/
10-
LINKFLAGS="-Wl,--strip-all" CXXFLAGS="-fexceptions" CFLAGS="-fexceptions" ./waf configure -T release --build-games=swelter --android=arm,4.9,21 --togles --disable-warns && ./waf build
10+
LINKFLAGS="-Wl,--strip-all" CXXFLAGS="-fexceptions" CFLAGS="-fexceptions" ./waf configure -T release --build-games=swelter --android=armeabi-v7a-hard,4.9,21 --togles --disable-warns && ./waf build

0 commit comments

Comments
 (0)