From 74b64a27f8e07b1b0b47b809b1a060518fa11a97 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Fri, 3 May 2019 00:25:46 -0700 Subject: Blast SDK 1.1.5 prerelease #1 --- buildtools/cmake_projects_linux_ue4_crosscompile.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtools/cmake_projects_linux_ue4_crosscompile.bat') diff --git a/buildtools/cmake_projects_linux_ue4_crosscompile.bat b/buildtools/cmake_projects_linux_ue4_crosscompile.bat index 6c94800..cefdcc7 100755 --- a/buildtools/cmake_projects_linux_ue4_crosscompile.bat +++ b/buildtools/cmake_projects_linux_ue4_crosscompile.bat @@ -43,8 +43,8 @@ echo %CMAKE_CMD_LINE_PARAMS% if not exist %BLAST_ROOT_DIR%/bin/linux64-UE4 mkdir %BLAST_ROOT_DIR%/bin/linux64-UE4 ::Seems like there are no checked or profile Linux PhysX Libs -FOR %%Z IN (debug, release, checked, profile) DO ( -::FOR %%Z IN (debug, release) DO ( +::FOR %%Z IN (debug, release, checked, profile) DO ( +FOR %%Z IN (debug, release) DO ( SET CMAKE_OUTPUT_DIR=%BLAST_ROOT_DIR%\compiler\linux64-%%Z-UE4\ IF EXIST !CMAKE_OUTPUT_DIR! rmdir /S /Q !CMAKE_OUTPUT_DIR! mkdir !CMAKE_OUTPUT_DIR! -- cgit v1.2.3