Update vstool executable path.

This commit is contained in:
Shyotl
2014-12-08 23:34:42 -06:00
parent e2cd11ccd7
commit b680b53128

View File

@@ -671,7 +671,7 @@ class WindowsSetup(PlatformSetup):
if prev_build == self.build_type:
# Only run vstool if the build type has changed.
continue
vstool_cmd = (os.path.join('tools','vstool','VSTool.exe') +
vstool_cmd = (os.path.join('indra','tools','vstool','VSTool.exe') +
' --solution ' +
os.path.join(build_dir,'Singularity.sln') +
' --config ' + self.build_type +