mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
6 lines
246 B
Batchfile
6 lines
246 B
Batchfile
SET NDK=D:\AndroidNDK
|
|
SET NDK_MODULE_PATH=..;..\native\ext
|
|
REM Need to force target-platform to android-9 to get access to OpenSL headers.
|
|
REM Hopefully this won't negatively affect anything else.
|
|
%NDK%/ndk-build TARGET_PLATFORM=android-9 -j9 %1
|