Skip to content

Commit

Permalink
node-22: fix build on r151046
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Jul 27, 2024
1 parent 9db2ab9 commit 76345ed
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 76345ed

Please sign in to comment.