Skip to content

Commit

Permalink
add debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Sep 20, 2023
1 parent f248d99 commit 60d27e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ parts:
ln -s /usr/bin/python3.8 $SNAPCRAFT_PART_INSTALL/bin/python3.8
# ln -sf ../usr/lib/libsnapcraft-preload.so $SNAPCRAFT_PART_INSTALL/lib/libsnapcraft-preload.so
snapcraftctl build
snapcraftctl build --debug
# Apply shebang rewrite as done by snapcraft
find $SNAPCRAFT_PART_INSTALL/bin/ -maxdepth 1 -mindepth 1 -type f -executable -exec \
Expand Down

0 comments on commit 60d27e3

Please sign in to comment.