mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 21:50:59 +01:00
travis: disable hardfp finally, it mostly useless with newer NDK updates
This commit is contained in:
parent
959e10f720
commit
56859e03c3
@ -83,7 +83,7 @@ jobs:
|
||||
- export ANDROID_NDK_HOME=$ANDROID_SDK_HOME/ndk-bundle
|
||||
script:
|
||||
- cd android
|
||||
- export ARCHS="armeabi armeabi-v7a-hard x86"
|
||||
- export ARCHS="armeabi armeabi-v7a x86"
|
||||
- export TOOLCHAIN="host"
|
||||
- sh compile.sh release
|
||||
after_script:
|
||||
|
Loading…
Reference in New Issue
Block a user