aboutsummaryrefslogtreecommitdiff
path: root/generate_projects_linux_ue4_crosscompile.bat
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2024-12-20 16:15:12 -0800
committerBryan Galdrikian <[email protected]>2024-12-20 16:15:12 -0800
commitb16fdc73d55b467b15595e32c70418ea55c1fe2b (patch)
tree4213c6fe17aafd8bdf23e66d376ca03ccb33ae86 /generate_projects_linux_ue4_crosscompile.bat
parentRemoving reference to deprecated documentation server (diff)
downloadblast-b16fdc73d55b467b15595e32c70418ea55c1fe2b.tar.xz
blast-b16fdc73d55b467b15595e32c70418ea55c1fe2b.zip
Updating packman
Diffstat (limited to 'generate_projects_linux_ue4_crosscompile.bat')
-rwxr-xr-xgenerate_projects_linux_ue4_crosscompile.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_projects_linux_ue4_crosscompile.bat b/generate_projects_linux_ue4_crosscompile.bat
index 9661bc0..8d1e7d5 100755
--- a/generate_projects_linux_ue4_crosscompile.bat
+++ b/generate_projects_linux_ue4_crosscompile.bat
@@ -14,7 +14,7 @@
)
::Need linux libs, but windows tools, run us again to get the path
-@call "%~dp0buildtools\packman5\packman.cmd" pull "%~dp0target_platform_deps.xml" --platform linux --postscript "%~dp0buildtools\cmake_projects_linux_ue4_crosscompile.bat"
+@call "%~dp0buildtools\packman\packman.cmd" pull "%~dp0target_platform_deps.xml" --platform linux --postscript "%~dp0buildtools\cmake_projects_linux_ue4_crosscompile.bat"
@if %ERRORLEVEL% neq 0 (
@exit /b %errorlevel%
) else (