2
0
Эх сурвалжийг харах

Unify hctbuild option to all use '-' (#2880)

Helena Kotas 5 жил өмнө
parent
commit
f0d4419ff5

+ 1 - 1
utils/hct/hctbuild.cmd

@@ -17,7 +17,7 @@ if "%HLSL_SRC_DIR%"=="" (
   )
 )
 
-if "%1"=="/buildoutdir" (
+if "%1"=="-buildoutdir" (
   echo Build output directory set to %2
   set HLSL_BLD_DIR=%2
   shift /1