[pypy-svn] r41034 - pypy/dist/pypy/bin

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Mar 22 13:25:10 CET 2007


Author: cfbolz
Date: Thu Mar 22 13:24:54 2007
New Revision: 41034

Modified:
   pypy/dist/pypy/bin/buildserver.py
Log:
hrmpf. care is needed here, not whacking


Modified: pypy/dist/pypy/bin/buildserver.py
==============================================================================
--- pypy/dist/pypy/bin/buildserver.py	(original)
+++ pypy/dist/pypy/bin/buildserver.py	Thu Mar 22 13:24:54 2007
@@ -48,7 +48,8 @@
                     targetpypystandalone.PyPyTarget.translateconfig = config
 
                     driver = TranslationDriver.from_targetspec(
-                                targetpypystandalone.__dict__, config=config,
+                                targetpypystandalone.__dict__,
+                                config=pypy_config,
                                 default_goal='compile')
                     driver.proceed(['compile'])
                 except Exception, e:



More information about the Pypy-commit mailing list