Skip to content

Commit e82e72d

Browse files
frenchwrlucyllewy
authored andcommitted
fix: do not extend LD_LIBRARY_PATH
1 parent 90ef5ab commit e82e72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ apps:
9494
- removable-media
9595
- unity7
9696
environment:
97-
LD_LIBRARY_PATH: $SNAP/usr/local/lib:$SNAP/usr/local/whisper.cpp/lib:$SNAP/usr/local/libtorch/lib:$SNAP/usr/runtime/lib/intel64:$SNAP/npu-libs:$SNAP/ffmpeg-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$LD_LIBRARY_PATH
97+
LD_LIBRARY_PATH: $SNAP/usr/local/lib:$SNAP/usr/local/whisper.cpp/lib:$SNAP/usr/local/libtorch/lib:$SNAP/usr/runtime/lib/intel64:$SNAP/npu-libs:$SNAP/ffmpeg-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
9898
OCL_ICD_VENDORS: $SNAP/etc/OpenCL/vendors
9999
PATH: $SNAP/ffmpeg-platform/usr/bin:$PATH
100100

0 commit comments

Comments
 (0)