Switched from direct setup.py invocation to "pip install ."

This commit is contained in:
Andrew Murray 2023-10-27 19:17:15 +11:00
parent d3fd1734af
commit bff6b4d6a2

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