build_tools/make_macos_pkg.sh: fix when no CMake option is passed

This commit is contained in:
Johannes Altmanninger
2025-12-28 17:49:22 +01:00
parent f0c8788a52
commit 767115a93d

View File

@@ -25,7 +25,7 @@ NOTARIZE=
ARM64_DEPLOY_TARGET='MACOSX_DEPLOYMENT_TARGET=11.0'
X86_64_DEPLOY_TARGET='MACOSX_DEPLOYMENT_TARGET=10.12'
cmake_args=
cmake_args=()
while getopts "c:sf:i:p:e:nj:" opt; do
case $opt in