From bc4c243081b9cbda015e20cea6b5d27331003fe3 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 9 Feb 2013 17:38:46 -0500 Subject: [PATCH] build_osx: simplify --- interfaces/python/build_osx | 3 --- 1 file changed, 3 deletions(-) diff --git a/interfaces/python/build_osx b/interfaces/python/build_osx index ccfa68af..7f5cc3b6 100755 --- a/interfaces/python/build_osx +++ b/interfaces/python/build_osx @@ -3,9 +3,6 @@ set -e set -x -export CFLAGS="-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/" -export CFLAGS="-arch i386 -arch x86_64 $CFLAGS" -export LDFLAGS=-L../../build/src/ python setup.py clean build export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH export DYLD_LIBRARY_PATH=../../build/src -- 2.26.2