Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent 9f191e2 commit fb72c63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions misc/deps_linux/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb72c63

Please sign in to comment.