mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
add toFilesystemEncoding for --binary-dir argument
This commit is contained in:
parent
4db3e641ed
commit
3f59d7e2cc
@ -142,7 +142,7 @@ Package::Package(string const & command_line_arg0,
|
||||
configure_command_ = os::python() + ' ' +
|
||||
quoteName(configure_script.toFilesystemEncoding(), quote_python) +
|
||||
with_version_suffix() + " --binary-dir=" +
|
||||
quoteName(binary_dir().absFileName(), quote_python);
|
||||
quoteName(FileName(binary_dir().absFileName()).toFilesystemEncoding());
|
||||
|
||||
LYXERR(Debug::INIT, "<package>\n"
|
||||
<< "\tbinary_dir " << binary_dir().absFileName() << '\n'
|
||||
|
Loading…
Reference in New Issue
Block a user