Skip to content

Commit

Permalink
fix ubuntu 22.04?
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent 1f58e62 commit f440b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ else
fi
# 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

0 comments on commit f440b62

Please sign in to comment.