From c2c8510fb58db1b92b5311c83512e298742b8d2c Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Mon, 3 Aug 2026 22:35:42 +0900 Subject: [PATCH] folks: Use build-options instead of config-opts to force libdir Fixes the following build error: ERROR: Got argument libdir as both -Dlibdir and --libdir. Pick one. --- io.elementary.mail.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/io.elementary.mail.json b/io.elementary.mail.json index e7bb2f440..1e2ed2baa 100644 --- a/io.elementary.mail.json +++ b/io.elementary.mail.json @@ -103,9 +103,11 @@ "-Dofono_backend=false", "-Dtelepathy_backend=false", "-Dimport_tool=false", - "-Dinspect_tool=false", - "-Dlibdir=/app/lib" + "-Dinspect_tool=false" ], + "build-options": { + "libdir": "/app/lib" + }, "sources": [ { "type": "git",