fix build script for pgo

This commit is contained in:
Ryan Fleury
2025-10-10 14:35:13 -07:00
parent 8e452f10ac
commit b09e539534
+2 -1
View File
@@ -1,6 +1,7 @@
@echo off
setlocal enabledelayedexpansion
cd /D "%~dp0"
:restart
:: --- Usage Notes (2024/1/10) ------------------------------------------------
::
@@ -168,5 +169,5 @@ if "%pgo_run%"=="1" (
call %~dp0build\radlink @lyra.rsp /rad_alt_pch_dir:%~dp0local\lyra_pgo || exit /b 1
popd
)
call %0 %*
goto restart
)