mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Ditch the quote_python flag.
This was discussed on the list some months ago: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg179563.html
This commit is contained in:
parent
ea89d17dd4
commit
45a6a9362c
@ -140,7 +140,7 @@ Package::Package(string const & command_line_arg0,
|
|||||||
|
|
||||||
FileName const configure_script(addName(system_support().absFileName(), "configure.py"));
|
FileName const configure_script(addName(system_support().absFileName(), "configure.py"));
|
||||||
configure_command_ = os::python() + ' ' +
|
configure_command_ = os::python() + ' ' +
|
||||||
quoteName(configure_script.toFilesystemEncoding(), quote_python) +
|
quoteName(configure_script.toFilesystemEncoding()) +
|
||||||
with_version_suffix() + " --binary-dir=" +
|
with_version_suffix() + " --binary-dir=" +
|
||||||
quoteName(FileName(binary_dir().absFileName()).toFilesystemEncoding());
|
quoteName(FileName(binary_dir().absFileName()).toFilesystemEncoding());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user