diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-12 23:01:24 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-12 23:01:24 +0200 |
commit | c7baf0994a529e6a350faa7ec421c33b1def08f1 (patch) | |
tree | 1992749354015407e6c4e00eddee10cd78204ee4 /build-native.bat | |
parent | 04224f3c2d7d18ce420f686abea1d6981a0946c2 (diff) |
Accessing wifi state... (commented out, not as useful as I thought)
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 |