Fix scripts

This commit is contained in:
Taro L. Saito 2023-05-23 11:20:33 -07:00
parent a2be004d96
commit af65668729
No known key found for this signature in database
GPG Key ID: 429C8816DEA04CDB
3 changed files with 2 additions and 2 deletions

View File

@ -189,8 +189,8 @@ win64: jni-header
win-armv7: jni-header
./docker/dockcross-windows-armv7 -a $(DOCKER_RUN_OPTS) bash -c 'make clean-native snappy-header native CROSS_PREFIX=armv7-w64-mingw32- OS_NAME=Windows OS_ARCH=armv7 SNAPPY_CMAKE_OPTS="-DHAVE_SYS_UIO_H=0"'
win-arm64: jni-header
./docker/dockcross-windows-arm64 -a $(DOCKER_RUN_OPTS) bash -c 'make clean-native snappy-header native CROSS_PREFIX=aarch64-w64-mingw32- OS_NAME=Windows OS_ARCH=arm64 SNAPPY_CMAKE_OPTS="-DHAVE_SYS_UIO_H=0"'
win-aarch64: jni-header
./docker/dockcross-windows-arm64 -a $(DOCKER_RUN_OPTS) bash -c 'make clean-native snappy-header native CROSS_PREFIX=aarch64-w64-mingw32- OS_NAME=Windows OS_ARCH=aarch64 SNAPPY_CMAKE_OPTS="-DHAVE_SYS_UIO_H=0"'
# deprecated
mac32: jni-header

0
docker/dockcross-windows-arm64 Normal file → Executable file
View File

0
docker/dockcross-windows-armv7 Normal file → Executable file
View File