Skip to content

Commit bff6b4d

Browse files
committed
Switched from direct setup.py invocation to "pip install ."
1 parent d3fd173 commit bff6b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/oss-fuzz/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
################################################################################
1717

18-
python3 setup.py build --build-base=/tmp/build install
18+
python3 -m pip install .
1919

2020
# Build fuzzers in $OUT.
2121
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do

0 commit comments

Comments
 (0)