Skip to content

Commit b53d897

Browse files
committed
Explicitly declared LD_LIBRARY_PATH for --enable-shared
1 parent 6bdd6cb commit b53d897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snap/local/snapcraft.yaml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ environment:
1515
GEM_HOME: $HOME/.gem
1616
GEM_PATH: $HOME/.gem:$SNAP/lib/ruby/gems/<%= abi_v %>
1717
RUBYLIB: $SNAP/lib/ruby/<%= abi_v %>:$SNAP/lib/ruby/<%= abi_v %>/$SNAP_ARCH:$RUBYLIB
18+
LD_LIBRARY_PATH: $SNAP/lib:$LD_LIBRARY_PATH
1819

1920
apps:
2021
env:

0 commit comments

Comments
 (0)