mirror of
https://github.com/RPCS3/soundtouch.git
synced 2026-01-31 01:35:22 +01:00
10 lines
217 B
Makefile
10 lines
217 B
Makefile
#
|
|
# Build library bilaries for all supported architectures
|
|
#
|
|
|
|
APP_ABI := all #armeabi-v7a armeabi
|
|
APP_OPTIM := release
|
|
APP_STL := stlport_static
|
|
APP_CPPFLAGS := -fexceptions # -D SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS
|
|
|