[neon/snap-packaging/kf6-snap-runtime] /: CRAFT_ARCH_TRIPLET => CRAFT_ARCH_TRIPLET_FOR
Benjamin Port
null at kde.org
Tue Apr 16 09:37:18 BST 2024
Git commit 749a6590a152abacb44aef1151c980b866020787 by Benjamin Port.
Committed on 16/04/2024 at 07:53.
Pushed by bport into branch 'master'.
CRAFT_ARCH_TRIPLET => CRAFT_ARCH_TRIPLET_FOR
M +1 -1 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kf6-snap-runtime/-/commit/749a6590a152abacb44aef1151c980b866020787
diff --git a/snapcraft.yaml b/snapcraft.yaml
index fc5d1f1..484e896 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -13,7 +13,7 @@ architectures:
# - build-on: armhf
# - build-on: ppc64el
environment:
- LD_LIBRARY_PATH: "/snap/kde-qt6-core22-sdk/current/usr/lib/${CRAFT_ARCH_TRIPLET}:/snap/kde-qt6-core22-sdk/current/usr/lib:$SNAP/usr/lib:$SNAP/lib/:$SNAP/usr/lib/${CRAFT_ARCH_TRIPLET}:/usr/lib/${CRAFT_ARCH_TRIPLET}:/usr/lib:/lib"
+ LD_LIBRARY_PATH: "/snap/kde-qt6-core22-sdk/current/usr/lib/${CRAFT_ARCH_TRIPLET_FOR}:/snap/kde-qt6-core22-sdk/current/usr/lib:$SNAP/usr/lib:$SNAP/lib/:$SNAP/usr/lib/${CRAFT_ARCH_TRIPLET_FOR}:/usr/lib/${CRAFT_ARCH_TRIPLET_FOR}:/usr/lib:/lib"
slots:
kf6-core22-slot:
content: kf6-core22-all
More information about the Neon-commits
mailing list