mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Compilation fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24427 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0a2f2485c8
commit
5cbf181f1e
@ -231,7 +231,7 @@ void rescanTexStyles()
|
||||
{
|
||||
// Run rescan in user lyx directory
|
||||
PathChanger p(package().user_support());
|
||||
FileName const command = libFileSearch("scripts", "TeXFiles.py");
|
||||
FileName const command = support::libFileSearch("scripts", "TeXFiles.py");
|
||||
Systemcall one;
|
||||
int const status = one.startscript(Systemcall::Wait,
|
||||
os::python() + ' ' +
|
||||
|
Loading…
Reference in New Issue
Block a user