mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
From NDK 16, libc++ is out of beta and gnustl will be deprecated soon, so switch.
No apparent issues, even on Nexus One with Android 2.3.
This commit is contained in:
parent
3eda310009
commit
18f93342f3
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ android {
|
|||
'-DANDROID_PLATFORM=android-15',
|
||||
'-DANDROID_TOOLCHAIN=clang',
|
||||
'-DANDROID_CPP_FEATURES=',
|
||||
'-DANDROID_STL=gnustl_static',
|
||||
'-DANDROID_STL=c++_static',
|
||||
'-DANDROID_ARM_NEON=TRUE'
|
||||
}
|
||||
}
|
||||
|
@ -124,7 +124,7 @@ android {
|
|||
'-DANDROID_PLATFORM=android-15',
|
||||
'-DANDROID_TOOLCHAIN=clang',
|
||||
'-DANDROID_CPP_FEATURES=',
|
||||
'-DANDROID_STL=gnustl_static',
|
||||
'-DANDROID_STL=c++_static',
|
||||
'-DANDROID_ARM_NEON=TRUE',
|
||||
'-DGOLD=TRUE'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue