From 98e81a04548eda145c2cabf8d3a7bd24b74b3971 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 7 Aug 2013 16:59:59 +0200 Subject: Update buildToolsVersion to "18.0.1" (closes issue #190) --- misc/build-native.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/build-native.bat b/misc/build-native.bat index 2c6303ea..f84f911a 100644 --- a/misc/build-native.bat +++ b/misc/build-native.bat @@ -2,7 +2,7 @@ call ndk-build -j 8 cd libs -mkdir ..\assets +mkdir ..\assets for /D %%f in (*) do ( @@ -11,4 +11,4 @@ for /D %%f in (*) do ( del %%f\libssl.so ) -cd .. \ No newline at end of file +cd .. -- cgit v1.2.3