Skip to content

Commit

Permalink
Merge pull request #7498 from radarhere/pip_install
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 27, 2023
2 parents d3fd173 + bff6b4d commit 0a3c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/oss-fuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
################################################################################

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

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

0 comments on commit 0a3c8c2

Please sign in to comment.