From 5357f7582a2f600afe1bd3f15395558d8cac7575 Mon Sep 17 00:00:00 2001 From: hawkeye116477 Date: Fri, 15 Nov 2024 14:34:06 +0100 Subject: [PATCH] Fix Focal build --- waterfox/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waterfox/build.sh b/waterfox/build.sh index e90fdb0..31378c3 100755 --- a/waterfox/build.sh +++ b/waterfox/build.sh @@ -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