Files
MINGW-packages/mingw-w64-inkscape/inkscape-0.48.4-python.patch
2014-03-02 11:41:56 +04:00

12 lines
531 B
Diff

--- inkscape-0.48.4-orig/src/extension/implementation/script.cpp.orig 2012-12-13 21:00:46.726633000 +0400
+++ inkscape-0.48.4-orig/src/extension/implementation/script.cpp 2014-03-02 10:36:07.191200000 +0400
@@ -87,7 +87,7 @@
Script::interpreter_t const Script::interpreterTab[] = {
{"perl", "perl-interpreter", "perl" },
#ifdef WIN32
- {"python", "python-interpreter", "pythonw" },
+ {"python", "python-interpreter", "python2w" },
#else
{"python", "python-interpreter", "python" },
#endif