Minor Setup.sh changes.

This commit is contained in:
Marcel Pi 2022-04-22 12:32:59 +02:00 committed by bernat
parent 54d6116d57
commit 97f3b96659
1 changed files with 1 additions and 3 deletions

View File

@ -48,8 +48,6 @@ CXX_TAG=c$CARLA_CLANG_VERSION_MAJOR
export CC=/usr/bin/clang-$CARLA_CLANG_VERSION_MAJOR
export CXX=/usr/bin/clang++-$CARLA_CLANG_VERSION_MAJOR
source $(dirname "$0")/Environment.sh
# Convert comma-separated string to array of unique elements.
IFS="," read -r -a PY_VERSION_LIST <<< "${PY_VERSION_LIST}"
@ -60,7 +58,7 @@ pushd ${CARLA_BUILD_FOLDER} >/dev/null
# -- Get and compile libc++ ----------------------------------------------------
# ==============================================================================
LLVM_BASENAME=llvm-8.0
LLVM_BASENAME=llvm-$CARLA_CLANG_VERSION_MAJOR.0
LLVM_INCLUDE=${PWD}/${LLVM_BASENAME}-install/include/c++/v1
LLVM_LIBPATH=${PWD}/${LLVM_BASENAME}-install/lib