7 lines
196 B
Batchfile
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
|