Skip to content

Commit a046cde

Browse files
committed
COMP: Update macpython-build-tarball.sh for no TBB on Intel
1 parent 74a715f commit a046cde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/macpython-build-tarball.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# downloaded by the external module build scripts and used to build their
55
# Python package on GitHub CI services.
66

7-
tbb_contents="ITKPythonPackage/oneTBB*"
7+
#tbb_contents="ITKPythonPackage/oneTBB*"
8+
tbb_contents=""
89
arch_postfix=""
910
if test $(arch) == "arm64"; then
1011
arch_postfix="-arm64"

0 commit comments

Comments
 (0)