https://github.com/fwgs/xash3d-android-tools-sysroot
Basic sysroot to build xash3d on android (arm only)
https://github.com/fwgs/xash3d-android-tools-sysroot
Last synced: over 1 year ago
JSON representation
Basic sysroot to build xash3d on android (arm only)
- Host: GitHub
- URL: https://github.com/fwgs/xash3d-android-tools-sysroot
- Owner: FWGS
- Created: 2017-04-27T15:34:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T16:15:33.000Z (about 9 years ago)
- Last Synced: 2025-01-14T12:29:40.012Z (over 1 year ago)
- Language: C
- Size: 2 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xash3d-android-tools-sysroot
Basic sysroot to build xash3d on android (arm only)
This is sdk8 sysroot with added hardfloat support and SLES headers (for xash3d-android build).
Also it has a hack to disable libgnustl-shared dependency.
Note that android's libstdc++ does not contain typeinfo information and you need to use STLport to enable rtti, or you'll get linking errors even if you do not need STL.