aboutsummaryrefslogtreecommitdiff
path: root/generate_projects_linux_ue4_crosscompile.bat
diff options
context:
space:
mode:
Diffstat (limited to 'generate_projects_linux_ue4_crosscompile.bat')
-rwxr-xr-xgenerate_projects_linux_ue4_crosscompile.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/generate_projects_linux_ue4_crosscompile.bat b/generate_projects_linux_ue4_crosscompile.bat
index 8d1e7d5..0fbd9ba 100755
--- a/generate_projects_linux_ue4_crosscompile.bat
+++ b/generate_projects_linux_ue4_crosscompile.bat
@@ -14,7 +14,8 @@
)
::Need linux libs, but windows tools, run us again to get the path
-@call "%~dp0buildtools\packman\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
+@call "%~dp0buildtools\cmake_projects_linux_ue4_crosscompile.bat"
@if %ERRORLEVEL% neq 0 (
@exit /b %errorlevel%
) else (