Files
shstk/make_libs_android.bat
2020-09-06 22:51:29 +03:00

7 lines
196 B
Batchfile

@echo off
mkdir ..\shstk_build_android_%~1
cd ..\shstk_build_android_%~1
call ..\shstk\cmake\cmake_android 21 %~1 ..\shstk "-DUTILS=0 -DCMAKE_BUILD_TYPE=Release"
call make install -j4
cd ..\shstk