Skip to content

Commit

Permalink
forgot one standard version reference while addressing android/ndk#379
Browse files Browse the repository at this point in the history
  • Loading branch information
PierceLBrooks committed Apr 7, 2019
1 parent 85e3ff9 commit 008c96a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IDCP/IDCP
Submodule IDCP updated 1 files
+1 −1 src/CMakeLists.txt
2 changes: 1 addition & 1 deletion StepDimension/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
cmake {
cppFlags "-std=c++11 -fno-exceptions"
cFlags "-fno-exceptions"
arguments '-DANDROID_STL=c++_shared'
arguments '-DANDROID_STL=c++_shared', '-DANDROID_CPP_FEATURES=rtti exceptions'
}
}
ndk {
Expand Down
Binary file modified StepDimension/app/jniLibs/armeabi-v7a/libIDCP.so
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ private static void loadLibrary(String library, boolean variant) {
}

private static void loadLibraries() {
loadLibrary("c++_shared", false);
loadLibrary("IDCP", false);
loadLibrary("openal", false);
loadLibrary("sfml-system");
Expand Down

0 comments on commit 008c96a

Please sign in to comment.