diff options
| author | Bryan Galdrikian <[email protected]> | 2019-08-19 02:18:16 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2019-08-19 02:18:16 -0700 |
| commit | 9c03a9fbef009c8e5ea406e6929907206d8d135c (patch) | |
| tree | 859704aaaca035688986cae3cc75a56f6d784a68 /buildtools | |
| parent | Padding bounds when determining chunks from islands, allows nearby chunks gen... (diff) | |
| download | blast-1.1.5_pre4.tar.xz blast-1.1.5_pre4.zip | |
Fixing chunk hierarchy optimization/merge bugsv1.1.5_pre4
Exposing ability to remove chunks to fracture tool API
Diffstat (limited to 'buildtools')
| -rwxr-xr-x | buildtools/cmake_projects_linux_ue4_crosscompile.bat | 4 |
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 cefdcc7..6c94800 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!
|