From 78446008c473cee7edf111f047676eab0a88c70a Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Sun, 29 Dec 2024 17:22:26 -0500 Subject: [PATCH] enable-patchelf is more repliable for classic snaps --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 597ff3713..33d1f7864 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -67,6 +67,7 @@ parts: source: . after: [zig] plugin: nil + build-attributes: [ enable-patchelf ] build-packages: - libgtk-4-dev - libadwaita-1-dev