Skip to content

Commit

Permalink
[snap] try to fix path for cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
tstack committed Feb 12, 2025
1 parent 0858cf5 commit c919d3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ parts:
- selective-checkout
- rustup
plugin: autotools
build-environment:
- PATH: "${HOME}/.cargo/bin:${PATH}"
autotools-configure-parameters:
- CFLAGS="-O2"
- CXXFLAGS="-O2"
- PATH="${HOME}/.cargo/bin:${PATH}"
source: https://github.com/tstack/lnav.git
source-depth: 500
override-pull: |
Expand Down

0 comments on commit c919d3c

Please sign in to comment.