mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Scons: small fix for target msvs_projects
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14476 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3adfeaa2c7
commit
81262569fc
@ -2201,9 +2201,9 @@ if build_msvs_projects:
|
||||
else:
|
||||
res = []
|
||||
if rebuildTargetOnly:
|
||||
cmds = 'faststart=yes rebuild='+target
|
||||
cmds = 'fast_start=yes rebuild='+target
|
||||
else:
|
||||
cmds = 'faststart=yes'
|
||||
cmds = 'fast_start=yes'
|
||||
if type(dir) == type([]):
|
||||
src = []
|
||||
inc = []
|
||||
|
Loading…
Reference in New Issue
Block a user