Skip to content

Commit

Permalink
fix(node)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider authored Sep 6, 2024
1 parent 82eae78 commit 947b578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/nodejs.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
openssl.org: 1.1
zlib.net: 1
linux:
gnu.org/gcc: '*' # libc++, since 22.2.0
gnu.org/gcc/libstdcxx: '*' # libstdc++, since 22.2.0

provides:
- bin/node
Expand All @@ -26,6 +26,8 @@ interprets:
build:
dependencies:
python.org: ~3.9
linux:
gnu.org/gcc: '*'
script:
- run: python configure.py $ARGS
if: <14
Expand Down

0 comments on commit 947b578

Please sign in to comment.