This repository has been archived on 2020-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libs/make_libs_android.bat

7 lines
195 B
Batchfile

@echo off
mkdir ..\libs_build_android_%~1
cd ..\libs_build_android_%~1
call ..\libs\cmake_android 21 %~1 ..\libs "-DUTILS=0 -DDEBUG=0 -DCMAKE_BUILD_TYPE=Release"
call make install -j4
cd ..\libs