diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-06 15:30:36 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-06 15:31:33 +0100 |
commit | dd02446dff4066170a5947065379316111886eaa (patch) | |
tree | 9dd3a1ae988f2f0796078d2bd23472c6dd5eccf1 /scp2/source/python/file_python.scp | |
parent | 51a61bd4aca15c860d301b687d582a39193089e2 (diff) |
scp2: hopefully fix Windows build
Change-Id: Ib4ead1d64dc6b8e76bf2c7bf0f007e8962acb1e2
Diffstat (limited to 'scp2/source/python/file_python.scp')
-rw-r--r-- | scp2/source/python/file_python.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index e4d5336df41d..66e590dd2026 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -60,7 +60,7 @@ End File gid_File_Py_Bin_Python BIN_FILE_BODY; #ifdef WNT - Name = EXENAME(pyuno/python); + Name = EXENAME(python); Dir = gid_Brand_Dir_Program; Styles = (PACKED); #else |