mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix problem with backport 0fc6cfcd
.
The --binary-dir option does not exist in branch.
This commit is contained in:
parent
57376099b1
commit
e31e254e7e
@ -177,8 +177,7 @@ std::string const & Package::configure_command() const
|
||||
FileName const configure_script(addName(system_support().absFileName(), "configure.py"));
|
||||
configure_command_ = os::python() + ' ' +
|
||||
quoteName(configure_script.toFilesystemEncoding()) +
|
||||
with_version_suffix() + " --binary-dir=" +
|
||||
quoteName(FileName(binary_dir().absFileName()).toFilesystemEncoding());
|
||||
with_version_suffix();
|
||||
}
|
||||
return configure_command_;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user