From fb72c63592613207cfc106049bd099c938f83749 Mon Sep 17 00:00:00 2001 From: Roman Nikonov Date: Sun, 22 Dec 2024 21:58:23 +0100 Subject: [PATCH] test --- build.sh | 12 ++++++------ misc/deps_linux/archlinux.sh | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) 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