[Rivet-svn] r4317 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue May 28 19:33:30 BST 2013


Author: dgrell
Date: Tue May 28 19:33:30 2013
New Revision: 4317

Log:
OS X architecture fix

Modified:
   trunk/pyext/Makefile.am

Modified: trunk/pyext/Makefile.am
==============================================================================
--- trunk/pyext/Makefile.am	Tue May 28 19:16:23 2013	(r4316)
+++ trunk/pyext/Makefile.am	Tue May 28 19:33:30 2013	(r4317)
@@ -2,7 +2,7 @@
 
 if ENABLE_PYEXT
 
-PYEXT_ENV = CC=$(CC) CXX=$(CXX)
+PYEXT_ENV = CC=$(CC) CXX=$(CXX) ARCHFLAGS=""
 
 all-local: rivet/rivetwrap_wrap.cc
 	$(PYEXT_ENV) $(PYTHON) setup.py build


More information about the Rivet-svn mailing list