5 lines
81 B
Batchfile
5 lines
81 B
Batchfile
@echo off
|
|
for %%a in (x86,x86_64,arm,arm64) do (
|
|
call .\make_libs_android %%a
|
|
)
|