Skip to content

Commit ee82820

Browse files
authored
Update build.sh (#396)
1 parent 2c5dfe5 commit ee82820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzz/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
cd $SRC/ada-url
44

5-
cmake -B build
6-
cmake --build build -j$(nproc) --target singleheader-files
5+
mkdir build
6+
AMALGAMATE_OUTPUT_PATH=./build/singleheader python3 singleheader/amalgamate.py
77

88
$CXX $CFLAGS $CXXFLAGS \
99
-std=c++17 \

0 commit comments

Comments
 (0)