Skip to content

Commit

Permalink
ubuntu fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent 7f304f4 commit 9e82ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

export VCPKG_DISABLE_METRICS=1

if which clang++ >& /dev/null; then
if which clang++ > /dev/null 2>&1; then
export CC=/usr/bin/clang
export CPP=/usr/bin/clang-cpp
export CXX=/usr/bin/clang++
Expand Down

0 comments on commit 9e82ea2

Please sign in to comment.