From a01fabf7052df9b5d3921da4916bba6c05c4d6ac Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 9 Dec 2013 20:24:21 +0100 Subject: scp2: Fix one more 'Name' path. It is under #ifdef MINGW_SYSTEM_PYTHON, so nobody noticed. Change-Id: Idf48079e5533ef20fd37eef819c9ac2601833a14 --- scp2/source/python/file_python.scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scp2/source/python/file_python.scp') diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 66e590dd2026..fda0ba58d9d2 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -131,7 +131,7 @@ End // python_wrapper.exe File gid_File_Py_Bin_Python BIN_FILE_BODY; - Name = EXENAME(pyuno/python); + Name = EXENAME(python); Dir = gid_Brand_Dir_Program; Styles = (PACKED); End -- cgit