fix(node-build)

we don't supply PREFIX any longer

closes #4594
This commit is contained in:
Jacob Heider 2023-12-26 15:48:11 -05:00
parent cc24a480c1
commit 9877aa6da2
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -12,16 +12,14 @@ dependencies:
build: build:
dependencies: dependencies:
gnu.org/autoconf: '*' gnu.org/autoconf: '*'
freedesktop.org/pkg-config: '*' script:
script: |
# install.sh respects $PREFIX, which makes our lives easy # install.sh respects $PREFIX, which makes our lives easy
./install.sh - ./install.sh
env:
PREFIX: '{{prefix}}'
provides: provides:
- bin/node-build - bin/node-build
test: test:
script: script: node-build --version | grep {{version}}
node-build --version | grep {{version}}