From fd731e9713d612b78fc2c001c28409289cc4d3dc Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 14 Dec 2024 18:43:18 +0000 Subject: [PATCH] Fix the Debian/Ubuntu target on native_bootstrap.sh --- native_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native_bootstrap.sh b/native_bootstrap.sh index bd87b98..42aa057 100755 --- a/native_bootstrap.sh +++ b/native_bootstrap.sh @@ -423,7 +423,7 @@ ubuntu() gperf \ intltool \ libexpat-dev \ - libfuse-dev \ + libfuse3-dev \ libgmp-dev \ libhtml-parser-perl \ libjpeg-dev \