Author: Armin Rigo <[email protected]>
Branch:
Changeset: r75301:7cb0d2884762
Date: 2015-01-12 11:30 +0100
http://bitbucket.org/pypy/pypy/changeset/7cb0d2884762/
Log: try to fix the issue of spaces in directory names
diff --git a/rpython/translator/platform/windows.py
b/rpython/translator/platform/windows.py
--- a/rpython/translator/platform/windows.py
+++ b/rpython/translator/platform/windows.py
@@ -293,7 +293,7 @@
m.comment('automatically generated makefile')
definitions = [
- ('RPYDIR', rpydir),
+ ('RPYDIR', '"%s"' % rpydir),
('TARGET', target_name),
('DEFAULT_TARGET', exe_name.basename),
('SOURCES', rel_cfiles),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit