diff options
Diffstat (limited to 'build-native.bat')
-rw-r--r-- | build-native.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-native.bat b/build-native.bat index 73fc94b..2c6303e 100644 --- a/build-native.bat +++ b/build-native.bat @@ -1,5 +1,6 @@ @echo on
-ndk-build -j 8
+call ndk-build -j 8
+
cd libs
mkdir ..\assets |