Fix build on windows.

This commit is contained in:
Henrique Gemignani Passos Lima
2017-02-19 15:56:10 -03:00
parent cc457787f4
commit 2a0c579ebf
+4
View File
@@ -8,4 +8,8 @@ APP_LDFLAGS := -llog -landroid -lz
APP_PLATFORM := 10
NDK_TOOLCHAIN_VERSION := 4.9
# Fix for building on Windows
# http://stackoverflow.com/questions/12598933/ndk-build-createprocess-make-e-87-the-parameter-is-incorrect
APP_SHORT_COMMANDS := true
# APP_OPTIM := debug