mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
nodejs.org=16.20.0 requires being able to find dtrace
This commit is contained in:
parent
e9e9278248
commit
0f1e450259
|
@ -27,6 +27,11 @@ build:
|
|||
python.org: '>=3.7 <3.11'
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
script: |
|
||||
if test "{{ hw.platform }}" = "darwin"; then
|
||||
# nodejs wants `dtrace` in the path.
|
||||
export PATH="$PATH:/usr/sbin"
|
||||
fi
|
||||
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue