diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-25 23:51:48 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-25 23:51:48 +0100 |
commit | 367fd28be00e541f251854893b0eeeb5168e59d3 (patch) | |
tree | 53da64ff70568f46a271cc8a916130b1b8f7239e /build-native.bat | |
parent | c1d78fac8eefc4f8c4eaab7b91bf54698fe29466 (diff) | |
parent | c9dc454f4ec38f075f951fbf32935054023eed94 (diff) |
Merge again
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 73fc94b9..2c6303ea 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 |