58ecbe40fa
Port ChangeLog: * Sqlite3 added as a dependency * DIST_SUBDIR no longer used as upstream now releases with a proper tarball * Added ability to translate with pypy running in restricted memory mode ( faster than python2.7 and uses less memory!) * Added support for pypy modules that use cffi (_sqlite3 and _curses) Approved by: eadler,bdrewery (mentors, implicit)
11 lines
366 B
Python
11 lines
366 B
Python
--- rpython/translator/cli/sdk.py~ 2012-06-11 12:24:05.000000000 +0200
|
|
+++ rpython/translator/cli/sdk.py 2012-06-11 12:24:42.000000000 +0200
|
|
@@ -47,7 +47,7 @@
|
|
|
|
class MonoSDK(AbstractSDK):
|
|
RUNTIME = ['mono']
|
|
- ILASM = 'ilasm2'
|
|
+ ILASM = 'ilasm'
|
|
CSC = 'gmcs'
|
|
PEVERIFY = 'peverify' # it's not part of mono, but we get a meaningful skip message
|
|
|