Browse Source

Return a value from pre_pgi.cmd to imply check passed

Tom Tan 9 years ago
parent
commit
0a7e991cfa
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Build/scripts/pgo/pre_pgi.cmd

+ 4 - 1
Build/scripts/pgo/pre_pgi.cmd

@@ -46,7 +46,7 @@ set POGO_TYPE=PGI
 REM Temporary fix around pgo bug, todo:: check if still necessary once toolset is updated
 set _LINK_=/cgthreads:1
 
-goto:eof
+goto:checkpass
 
 :usage
   echo Invalid/missing arguments
@@ -57,3 +57,6 @@ goto:eof
   echo   - binary_path: output path of your binaries
 
 exit /b 1
+
+:checkpass
+exit /b 0