Skip to content

Commit

Permalink
CRAFT_ARCH_TRIPLET -> CRAFT_ARCH_TRIPLET_BUILD_FOR
Browse files Browse the repository at this point in the history
CRAFT_ARCH_TRIPLET is deprecated in snapcraft 8.0, use
CRAFT_ARCH_TRIPLET_BUILD_FOR instead.
  • Loading branch information
nteodosio committed Sep 20, 2024
1 parent 8404563 commit 1c4dc26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ layout:
bind: $SNAP/gnome-platform/usr/share/libdrm
/usr/share/alsa:
bind: $SNAP/usr/share/alsa
/usr/lib/$CRAFT_ARCH_TRIPLET/opensc-pkcs11.so:
bind-file: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/opensc-pkcs11.so
/usr/lib/$CRAFT_ARCH_TRIPLET/pkcs11/opensc-pkcs11.so:
bind-file: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/pkcs11/opensc-pkcs11.so
/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/opensc-pkcs11.so:
bind-file: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/opensc-pkcs11.so
/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/pkcs11/opensc-pkcs11.so:
bind-file: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/pkcs11/opensc-pkcs11.so

parts:
rust:
Expand Down

0 comments on commit 1c4dc26

Please sign in to comment.