This commit is contained in:
lizzie 2026-02-23 07:02:00 +00:00
parent f77e5e85bc
commit 2563c30292
2 changed files with 9 additions and 6 deletions

View file

@ -4,9 +4,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
WORK_DIR="$PWD"
if [ -z "$NPROC" ]; then
NPROC="$(nproc)"
fi
export IOS_SDK="$(xcrun --sdk iphoneos --show-sdk-path)"
[ ! -z "$IOS_SDK" ]
@ -33,4 +31,4 @@ cmake -G Xcode -B build \
-DCPMUTIL_FORCE_BUNDLED=ON \
-DCMAKE_BUILD_TYPE=Release
cmake --build build -- -j${NPROC}
cmake --build build