mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
Fix potential compilation issue in visual studio project file
Add quotes around filespec in post-build event to allow paths with embedded spaces.
This commit is contained in:
parent
ca97f8b9ba
commit
092ca30366
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy $(OutDir)\compile.exe ..\..\..\..\src\glsl\apps"
|
||||
CommandLine="copy "$(OutDir)\compile.exe" ..\..\..\..\src\glsl\apps"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
|
@ -166,7 +166,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy $(OutDir)\compile.exe ..\..\..\..\src\glsl\apps"
|
||||
CommandLine="copy "$(OutDir)\compile.exe" ..\..\..\..\src\glsl\apps"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue