summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/SCMRevGen.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/SCMRevGen.vcxproj b/Source/Core/Common/SCMRevGen.vcxproj
index 4839c9407b..9b95761597 100644
--- a/Source/Core/Common/SCMRevGen.vcxproj
+++ b/Source/Core/Common/SCMRevGen.vcxproj
@@ -36,7 +36,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
- <Command>cscript /nologo /E:JScript "make_scmrev.h.js"</Command>
+ <Command>"%windir%\Sysnative\cscript" /nologo /E:JScript "make_scmrev.h.js"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>