mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-07 08:10:08 +00:00
d85b800702
Excluded `examples/pybullet/gym/pybullet_data/` which has many (3000+) CRLF data files (obj, mtl, urdf), and `docs/pybullet_quickstart_guide` which has generated .js and .htm files with CRLF line endings too.
8 lines
194 B
Makefile
8 lines
194 B
Makefile
APP_MODULES := libBullet
|
|
APP_ABI := armeabi-v7a
|
|
APP_OPTIM := release
|
|
|
|
#We only need STL for placement new (#include <new>)
|
|
#We don't use STL in Bullet
|
|
APP_STL := stlport_static
|