diff --git a/build.sh b/build.sh index 50ea3e6659..9b4d3a60d5 100755 --- a/build.sh +++ b/build.sh @@ -15,13 +15,13 @@ fi export VCPKG_DISABLE_METRICS=1 -export CC=/usr/bin/clang-15 -export CPP=/usr/bin/clang-cpp-15 -export CXX=/usr/bin/clang++-15 -export LD=/usr/bin/ld.lld-15 +# export CC=/usr/bin/clang-15 +# export CPP=/usr/bin/clang-cpp-15 +# export CXX=/usr/bin/clang++-15 +# export LD=/usr/bin/ld.lld-15 -export CMAKE_C_COMPILER="$CC" -export CMAKE_CXX_COMPILER="$CXX" +# export CMAKE_C_COMPILER="$CC" +# export CMAKE_CXX_COMPILER="$CXX" export CMAKE_MAKE_PROGRAM="ninja" # Some build dependencies require some strange stuff. diff --git a/misc/deps_linux/archlinux.sh b/misc/deps_linux/archlinux.sh index 6a7fc0fc52..3c022107c5 100755 --- a/misc/deps_linux/archlinux.sh +++ b/misc/deps_linux/archlinux.sh @@ -45,6 +45,7 @@ packages+='zip ' packages+='unzip ' packages+='tar ' packages+='pkgconf ' +packages+='lld ' echo Will now run the installation command, please check it and confirm set -x # this will print the list that we're going to install