Skip to content

Commit

Permalink
fix build issue due to missing autoreconf, fix quoting in environment…
Browse files Browse the repository at this point in the history
… variables (new snapcraft is a bit stricter here)
  • Loading branch information
ogra1 committed Sep 30, 2024
1 parent f45dd83 commit c127a84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ parts:
npm-include-node: true
npm-node-version: 10.24.1
build-environment:
- npm_config_unsafe_perm: true
- NODE_ENV: dev
- npm_config_unsafe_perm: "true"
- NODE_ENV: "dev"
- CPPFLAGS: "$CPPFLAGS -DPNG_ARM_NEON_OPT=0"
build-packages:
- autoconf
- build-essential
- libbluetooth-dev
- libboost-python-dev
Expand Down

0 comments on commit c127a84

Please sign in to comment.