Skip to content

Commit

Permalink
enable c++ shared for android32
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 22, 2024
1 parent cfb682e commit 699f85d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_LATEST_HOME/build/cmake/android.toolchain.cmake
-DANDROID_ABI=armeabi-v7a
-DANDROID_PLATFORM=android-23
-DANDROID_STL=c++_shared
-DGEODE_DONT_BUILD_TEST_MODS=1
package_cmd: ''
installer_path: ''
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Add "open in browser" button to mods (581e2d3)
* Remove the unimplemented Versions tab temporarily (581e2d3, 1f5ebf9)
* Texture fix (#941)
* Implement Android 64 bit exception fix in client side (cfb682e)
* Most of the fix is in the launcher itself, so you need to update to 1.4.0 for the full fix

## v3.0.0-beta.5
* Add More Details button for mod problems (9095005)
Expand Down

0 comments on commit 699f85d

Please sign in to comment.