Skip to content

Commit

Permalink
Fix Focal build
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Nov 15, 2024
1 parent 941e6e2 commit 5357f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waterfox/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

# For successfull LTO build, we need to use matching LLVM version
if test `lsb_release -sc` = "focal"; then
export PATH=/usr/lib/llvm-17/bin/:$PATH
export PATH=/usr/lib/llvm-17/bin/:/usr/lib/rust-1.80/bin/:$PATH
fi

if test `lsb_release -sc` = "jammy" || test `lsb_release -sc` = "buster" || test `lsb_release -sc` = "bullseye" || test `lsb_release -sc` = "bookworm"; then
Expand Down

0 comments on commit 5357f75

Please sign in to comment.