Skip to content

Commit

Permalink
Revert "dont use android_stl=c++_shared on mods, for now"
Browse files Browse the repository at this point in the history
This reverts commit 100dbdc.
  • Loading branch information
altalk23 committed Jun 22, 2024
1 parent 699f85d commit 9de409a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/Platform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ elseif (GEODE_TARGET_PLATFORM STREQUAL "Android64")
log
)

# this should help with fixing exceptions
set(ANDROID_STL c++_shared)
# a little desperate
add_definitions(-DANDROID_STL=c++_shared)

set(GEODE_OUTPUT_NAME "Geode.android64")
set(GEODE_PLATFORM_BINARY "Geode.android64.so")
set(GEODE_MOD_BINARY_SUFFIX ".android64.so" CACHE STRING "" FORCE)
Expand Down

0 comments on commit 9de409a

Please sign in to comment.