Browse Source

Fix build on windows.

Henrique Gemignani Passos Lima 8 years ago
parent
commit
2a0c579ebf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      love/src/jni/Application.mk

+ 4 - 0
love/src/jni/Application.mk

@@ -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