Skip to content

Commit 6644eff

Browse files
committed
COMP: Disable TBB on macOS Intel builds
Requires features in osx SDK newer than that supported by Python wheels.
1 parent 6565550 commit 6644eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/macpython-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [[ $(arch) == "arm64" ]]; then
5959
else
6060
osx_target="10.9"
6161
osx_arch="x86_64"
62-
use_tbb="ON"
62+
use_tbb="OFF"
6363
fi
6464

6565
# Build standalone project and populate archive cache

0 commit comments

Comments
 (0)