2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-26 06:11:53 +00:00

chore: remove debug log in generate script

This commit is contained in:
Jan
2025-01-13 20:19:36 +00:00
parent fea4970b84
commit 62f1ac41c5

View File

@ -53,7 +53,6 @@ cd %~dp0
IF "%PREMAKE_NO_GLOBAL%" EQU "" ( IF "%PREMAKE_NO_GLOBAL%" EQU "" (
where /Q "premake5.exe" where /Q "premake5.exe"
IF NOT ERRORLEVEL 1 ( IF NOT ERRORLEVEL 1 (
echo success
set PREMAKE_BIN="premake5.exe" set PREMAKE_BIN="premake5.exe"
goto runpremake goto runpremake
) )