diff options
author | David Ostrovsky <d.ostrovsky@gmx.de> | 2012-06-18 00:04:19 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-06-22 13:11:41 +0200 |
commit | d712218cc0b658fae66f63c52af7996b714289c9 (patch) | |
tree | 74ebe377301f044f5ebd13d7e0ef645817c24dc0 /pyuno/zipcore | |
parent | 3f5245db4b0248bb55c37d3400b8155263880f6e (diff) |
fixing pyuno bridge on mingw: packaging system-python
Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda
Diffstat (limited to 'pyuno/zipcore')
-rw-r--r-- | pyuno/zipcore/python.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pyuno/zipcore/python.cxx b/pyuno/zipcore/python.cxx index cffee38e058b..f4d3024024b6 100644 --- a/pyuno/zipcore/python.cxx +++ b/pyuno/zipcore/python.cxx @@ -138,11 +138,7 @@ int wmain(int argc, wchar_t ** argv, wchar_t **) { wchar_t pythonexe[MAX_PATH]; wchar_t * pythonexeEnd = tools::buildPath( pythonexe, path, pathEnd, -#ifdef __MINGW32__ - MY_STRING(L"\\python-core-" MY_PYVERSION L"\\bin\\python.bin")); -#else MY_STRING(L"\\python-core-" MY_PYVERSION L"\\bin\\python.exe")); -#endif if (pythonexeEnd == NULL) { exit(EXIT_FAILURE); } |