Skip to content

Commit

Permalink
Update build_ubuntu-20.04.sh to allow overriding CC and CXX
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jan 27, 2025
1 parent 47df00b commit 93477ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_ubuntu-20.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ echo "----- printing system info -----"
df # print disk usage
ls -la . # print build dir contents
uname -a # print distro details
cc --version
c++ --version
${CC:-cc} --version
${CXX:-c++} --version
cmake --version
make --version

Expand Down

0 comments on commit 93477ab

Please sign in to comment.