mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
Fix build on windows.
This commit is contained in:
@@ -8,4 +8,8 @@ APP_LDFLAGS := -llog -landroid -lz
|
|||||||
APP_PLATFORM := 10
|
APP_PLATFORM := 10
|
||||||
NDK_TOOLCHAIN_VERSION := 4.9
|
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
|
# APP_OPTIM := debug
|
||||||
|
|||||||
Reference in New Issue
Block a user