[snap] fix deprecated CRAFT_ARCH_TRIPLET usage (#7866)
This fixes the following warning during the pull
phase:
```
CRAFT_ARCH_TRIPLET is deprecated, use CRAFT_ARCH_TRIPLET_BUILD_{ON|FOR}
```
This commit is contained in:
@@ -100,4 +100,4 @@ apps:
|
|||||||
LC_ALL: C.UTF-8
|
LC_ALL: C.UTF-8
|
||||||
|
|
||||||
# Satisfy FFmpeg's libpulsecommon dependency
|
# Satisfy FFmpeg's libpulsecommon dependency
|
||||||
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/pulseaudio
|
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/pulseaudio
|
||||||
|
|||||||
Reference in New Issue
Block a user