Skip to content

Commit

Permalink
Merge branch 'develop' into skaled/2053-remove-hunter
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 29, 2024
2 parents 96be1b6 + 4b92594 commit cb8c0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,12 @@ then
else
if [ "$UNIX_SYSTEM_NAME" = "Linux" ];
then
export CC=$(which gcc-9)
export CC=$(which gcc-11)
if [ -z "${CC}" ];
then
export CC=$(which gcc)
fi
export CXX=$(which g++-9)
export CXX=$(which g++-11)
if [ -z "${CXX}" ];
then
export CXX=$(which g++)
Expand Down

0 comments on commit cb8c0d1

Please sign in to comment.