Skip to content

Commit

Permalink
dynamically link crt in android
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Oct 6, 2024
1 parent c7625f3 commit eafb7bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"CMAKE_FIND_ROOT_PATH_MODE_INCLUDE": "BOTH",
"CMAKE_FIND_ROOT_PATH_MODE_PACKAGE": "BOTH",
"ANDROID_PLATFORM":"android-$env{MINSDKVERSION}",
"ANDROID_ABI": "arm64-v8a"
"ANDROID_ABI": "arm64-v8a",
"ANDROID_STL": "c++_shared"
}
}
],
Expand Down

0 comments on commit eafb7bd

Please sign in to comment.