Merge pull request #7498 from radarhere/pip_install

This commit is contained in:
Hugo van Kemenade 2023-10-27 14:27:10 +03:00 committed by GitHub
commit 0a3c8c27ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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