Skip to content

Commit

Permalink
trying with LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh authored Nov 27, 2023
1 parent 0da1ef7 commit cc65226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ parts:
- DOTNET_ROOT: $HOME/.dotnet
- PYTHONPATH: $CRAFT_STAGE/usr/lib/python3/dist-packages:$PYTHONPATH
- GI_TYPELIB_PATH: /snap/gnome-42-2204-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/girepository-1.0:/snap/gnome-42-2204-sdk/current/usr/lib/girepository-1.0
- LD_LIBRARY_PATH: /snap/gnome-42-2204-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET:/snap/gnome-42-2204-sdk/current/usr/lib
override-pull: |
craftctl default
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
Expand Down

0 comments on commit cc65226

Please sign in to comment.