snapcrafters / alacritty

A community-maintained package to easily install Alacritty on Linux
MIT License
9 stars 12 forks source link

LD_LIBRARY_PATH shouldn't be set #13

Closed xiyuzhai closed 9 months ago

xiyuzhai commented 9 months ago

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?