Fix nodejs build after experimental-quic flag removed. (#5094)

This commit is contained in:
DavidKorczynski 2021-02-02 17:59:09 +00:00 committed by GitHub
parent 0af227644e
commit e518f6e22e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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