1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0032739: Configuration, scripts - handle ABI list within macOS building script adm/scripts/macos_build.sh

This commit is contained in:
kgv
2021-12-17 09:53:46 +03:00
committed by smoskvin
parent 90eac74988
commit 302ad26bff
2 changed files with 174 additions and 85 deletions

View File

@@ -12,6 +12,7 @@ export aDraco="$aSrcRoot/../3rdparty/draco-1.4.1-macos"
#export toMake=1
#export toInstall=1
#export toPack=1
#export toPackFat=1
#export BUILD_ModelingData=ON
#export BUILD_ModelingAlgorithms=ON
@@ -25,5 +26,6 @@ export aDraco="$aSrcRoot/../3rdparty/draco-1.4.1-macos"
#export USE_FREEIMAGE=ON
#export MACOSX_DEPLOYMENT_TARGET=10.10
#export anAbi=arm64
#export anAbi=x86_64
#export anAbiList=arm64
#export anAbiList=x86_64
#export anAbiList="arm64 x86_64"