summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/clangDriver/clangDriver.vcproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/clangDriver/clangDriver.vcproj b/win32/clangDriver/clangDriver.vcproj
index 8211643d12..b377dc624c 100644
--- a/win32/clangDriver/clangDriver.vcproj
+++ b/win32/clangDriver/clangDriver.vcproj
@@ -95,7 +95,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="mkdir &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exe&quot; &quot;%DSTROOT%\AppleInternal\Bin&quot;"
+ CommandLine="mkdir &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exe&quot; &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
@@ -177,6 +177,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="mkdir &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exe&quot; &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>