]> git.lyx.org Git - features.git/blobdiff - development/scons/SConstruct
Scons: small fix for target msvs_projects
[features.git] / development / scons / SConstruct
index e04721f5fb185391a9b4f0b7acc474945d25e7d4..18f0894eeee6049aa353c582a2cf2b9acdaa558a 100644 (file)
@@ -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 = []