From 3d3b89c4e5f96054dd5e8829e4707e87297b5fe7 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sat, 3 May 2025 07:09:11 -0600 Subject: [PATCH] Fix dependency installation for native Ubuntu toolchain builds. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44f02ff..36e5ad2 100644 --- a/Makefile +++ b/Makefile @@ -326,7 +326,9 @@ dep-ubuntu: zstd \ markdown \ libarchive-tools \ - gettext + gettext \ + libgmp-dev \ + libmpfr-dev dep-arch-linux: