This commit is contained in:
lizzie
2026-02-23 07:02:00 +00:00
parent 413d6b249e
commit 152cc4b0f7
2 changed files with 9 additions and 6 deletions
+2 -4
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