Files
qad/make_libs_android_all.bat

5 lines
81 B
Batchfile

@echo off
for %%a in (x86,x86_64,arm,arm64) do (
call .\make_libs_android %%a
)