LD_LIBRARY_PATH is set to "$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET:$SNAP/lib/$CRAFT_ARCH_TRIPLET".
This causes problems when running other things inside alacritty. For example, running leanc of the Lean programming language leads to symbol lookup errors of clang.
LD_LIBRARY_PATH is set to "$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET:$SNAP/lib/$CRAFT_ARCH_TRIPLET".
This causes problems when running other things inside alacritty. For example, running leanc of the Lean programming language leads to symbol lookup errors of clang.
Is there anyway to avoid it?