aboutsummaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-10-24 15:25:02 -0700
committerBryan Galdrikian <[email protected]>2017-10-24 15:25:02 -0700
commitb0c11962f6012430da3bcaa2727288046b33d648 (patch)
treecf13338fa4fd7072badf64f751f94abeeb437003 /buildtools
parentlinux build fix - all configs (diff)
downloadblast-b0c11962f6012430da3bcaa2727288046b33d648.tar.xz
blast-b0c11962f6012430da3bcaa2727288046b33d648.zip
Changes for 1.1.1
See README.md
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/cmake_projects_linux_ue4_crosscompile.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/cmake_projects_linux_ue4_crosscompile.bat b/buildtools/cmake_projects_linux_ue4_crosscompile.bat
index 0e8cc36..9e92ce9 100644
--- a/buildtools/cmake_projects_linux_ue4_crosscompile.bat
+++ b/buildtools/cmake_projects_linux_ue4_crosscompile.bat
@@ -42,8 +42,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!