Skip to content

Commit

Permalink
Merge pull request #1492 from hadfl/node_22
Browse files Browse the repository at this point in the history
node-22: fix build on r151046
  • Loading branch information
oetiker authored Jul 28, 2024
2 parents 74632c7 + 76345ed commit 67dcab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/nodejs/build-22.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ DESC+="servers."

MAJVER=${VER%%.*}

# fails to build with gcc 12
((GCCVER == 12)) && set_gccver 11

set_arch 64
set_builddir $PROG-v$VER
set_patchdir patches-$MAJVER
Expand Down

0 comments on commit 67dcab8

Please sign in to comment.