Skip to content

Commit c380cb3

Browse files
python-nvd3: fix build (#14989)
1 parent 780a175 commit c380cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/python-nvd3/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# limitations under the License.
1515
#
1616
################################################################################
17-
python3 ./setup.py install
17+
pip3 install .
1818
# Build fuzzers in $OUT.
1919
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
20-
compile_python_fuzzer $fuzzer
20+
compile_python_fuzzer $fuzzer --collect-data nvd3
2121
done

0 commit comments

Comments
 (0)