diff options
| author | Bryan Galdrikian <[email protected]> | 2024-12-20 16:49:55 -0800 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2024-12-20 16:49:55 -0800 |
| commit | 53a9a83fc3bc039e6d70cb55312a3c84fde832c7 (patch) | |
| tree | 2e979d51d8e00e1348236057f1d4d28dac27e353 /generate_projects_linux_ue4_crosscompile.bat | |
| parent | Making python.sh executable (diff) | |
| download | blast-master.tar.xz blast-master.zip | |
Diffstat (limited to 'generate_projects_linux_ue4_crosscompile.bat')
| -rwxr-xr-x | generate_projects_linux_ue4_crosscompile.bat | 3 |
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 (
|