Skip to content

Commit

Permalink
Fix nodejs build after experimental-quic flag removed. (#5094)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Feb 2, 2021
1 parent 0af2276 commit e518f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/nodejs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd $SRC/node
# Build node
export LDFLAGS="$CXXFLAGS"
export LD="$CXX"
./configure --experimental-quic --with-ossfuzz
./configure --with-ossfuzz
make -j$(nproc)

# Copy all fuzzers to OUT folder
Expand Down

0 comments on commit e518f6e

Please sign in to comment.