[pypy-commit] lang-smalltalk storage: Added a name for the executable

anton_gulenko noreply at buildbot.pypy.org
Fri Jul 18 14:08:43 CEST 2014


Author: Anton Gulenko <anton.gulenko at googlemail.com>
Branch: storage
Changeset: r915:c52509373e77
Date: 2014-07-16 00:19 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/c52509373e77/

Log:	Added a name for the executable

diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -268,6 +268,7 @@
     if hasattr(rgc, "stm_is_enabled"):
         driver.config.translation.stm = True
         driver.config.translation.thread = True
+    driver.exe_name = "rsqueak"
     return safe_entry_point, None
 
 def jitpolicy(self):


More information about the pypy-commit mailing list