[tor-commits] [torbrowser/maint-2.2] begin building vidalia for i386 and x86_64 now that we're using a newer version of qt
erinn at torproject.org
erinn at torproject.org
Mon Feb 13 20:47:22 UTC 2012
commit 3484dad86d601d9d04002e829bb7c3252b3c2083
Author: Erinn Clark <erinn at torproject.org>
Date: Mon Feb 13 21:43:08 2012 +0100
begin building vidalia for i386 and x86_64 now that we're using a newer version of qt
---
build-scripts/osx.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk
index 6607367..7cc57ce 100644
--- a/build-scripts/osx.mk
+++ b/build-scripts/osx.mk
@@ -81,7 +81,7 @@ build-qt:
cd $(QT_DIR) && make install
VIDALIA_DIR=$(FETCH_DIR)/vidalia-$(VIDALIA_VER)
-VIDALIA_OPTS=-DOSX_TIGER_COMPAT=1 -DCMAKE_OSX_ARCHITECTURES=i386 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake \
+VIDALIA_OPTS=-DCMAKE_OSX_ARCHITECTURES=$(ARCH_TYPE) -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake \
-DCMAKE_BUILD_TYPE=debug ..
build-vidalia:
export MACOSX_DEPLOYMENT_TARGET=10.5
More information about the tor-commits
mailing list