Skip to content

Commit 1b5e201

Browse files
authored
Skip Cmake -j flag when building with Xcode (#12600)
1 parent 5e03d33 commit 1b5e201

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build_apple_frameworks.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ for preset_index in "${!PRESETS[@]}"; do
163163
--preset "${preset}"
164164

165165
cmake --build "${preset_output_dir}" \
166-
--config "${mode}" \
167-
-j$(sysctl -n hw.ncpu)
166+
--config "${mode}"
168167
done
169168
done
170169

0 commit comments

Comments
 (0)