Fixed StockShaderCodeGenerator (sscg) call in build script when whitespaces are in the path.
This commit is contained in:
parent
d428d2a5ca
commit
6aede9e53c
@ -307,7 +307,7 @@
|
|||||||
<echo message="generating: ${path::get-file-name(path::get-directory-name(buildFile))}" />
|
<echo message="generating: ${path::get-file-name(path::get-directory-name(buildFile))}" />
|
||||||
|
|
||||||
<exec program="../bin/${build.configuration}/sscg.exe" >
|
<exec program="../bin/${build.configuration}/sscg.exe" >
|
||||||
<arg value="${buildFile}" />
|
<arg value='\"${buildFile}\"' />
|
||||||
<arg value="/silent" />
|
<arg value="/silent" />
|
||||||
</exec>
|
</exec>
|
||||||
</do>
|
</do>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user