--- custom-osx.py.orig 2012-02-13 18:17:02.000000000 +1100
+++ custom-osx.py 2012-03-08 08:39:20.000000000 +1100
+customCPPPATH = ['__PREFIX__/include']
+customCCFLAGS = ['__CFLAGS__', __ARCHFLAGS__]
+customCXXFLAGS = ['__CXXFLAGS__', __ARCHFLAGS__]
+customLIBPATH = ['__PREFIX__/lib']
+customLINKFLAGS = [__ARCHFLAGS__]
## This seems to do nothing
customCCFLAGS.append('-I/usr/local/include/libcwiimote-0.4.0/libcwiimote')
elif sys.platform == 'darwin':
- customCPPPATH.append('/usr/include/malloc')
- customCPPPATH.append('/opt/local/include/boost-1_32/')
- customCPPPATH.append('/usr/include/python2.3')
customCXXFLAGS.append('-fabi-version=0')
elif sys.platform[:3] == 'win':
# For the basic build you need MinGW, MSys, and libsndfile.