diff options
| author | bgaldrikian <[email protected]> | 2017-10-24 15:03:40 -0700 |
|---|---|---|
| committer | bgaldrikian <[email protected]> | 2017-10-24 15:03:40 -0700 |
| commit | 0e6d683f6cd0761440a33047b8bc84ac03933d8f (patch) | |
| tree | 3d6a32a93be57204f624b184d0238df70a2205f8 | |
| parent | Added link to ue4 github access (diff) | |
| download | blast-0e6d683f6cd0761440a33047b8bc84ac03933d8f.tar.xz blast-0e6d683f6cd0761440a33047b8bc84ac03933d8f.zip | |
linux build fix - all configs
| -rwxr-xr-x | buildtools/cmake_projects_linux.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/cmake_projects_linux.sh b/buildtools/cmake_projects_linux.sh index 60f6e82..cf64d1a 100755 --- a/buildtools/cmake_projects_linux.sh +++ b/buildtools/cmake_projects_linux.sh @@ -16,8 +16,8 @@ set -e # Common cmd line params CMAKE_CMD_LINE_PARAMS="-DTARGET_BUILD_PLATFORM=linux -DBL_LIB_OUTPUT_DIR=$BLAST_ROOT_DIR/lib/linux64-gcc -DBL_DLL_OUTPUT_DIR=$BLAST_ROOT_DIR/bin/linux64-gcc -DBL_EXE_OUTPUT_DIR=$BLAST_ROOT_DIR/bin/linux64-gcc" -#configs=("debug" "profile" "checked" "release") -configs=("debug" "release") +configs=("debug" "profile" "checked" "release") +#configs=("debug" "release") for config in "${configs[@]}" do # Generate projects |