aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh')
-rwxr-xr-xscripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh b/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
index c0f0d572..64b3c158 100755
--- a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
+++ b/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
@@ -28,8 +28,8 @@ case $SYSTEM in
BUILD_DIR=macosx
echo "Configuring to use $BUILD_DIR on Darwin/Mac OS X"
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
- export CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 \
- -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
+# export CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 \
+# -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
make -C tcl/${BUILD_DIR} deploy
make -C tk/${BUILD_DIR} deploy
;;