Skip to content

Commit

Permalink
Fix build for Lunar
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Nov 25, 2023
1 parent a23f118 commit d2a526b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions waterfox-g-kpe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ if test `lsb_release -sc` = "bionic" || test `lsb_release -sc` = "buster" || tes
export PATH=/usr/lib/llvm-15/bin/:$PATH
fi

if test `lsb_release -sc` = "lunar"; then
export PATH=/usr/lib/llvm-16/bin/:$PATH
fi

export CC=clang
export CXX=clang++
export AR=llvm-ar
Expand Down

0 comments on commit d2a526b

Please sign in to comment.