Skip to content

Commit

Permalink
make sure to use python3 in makefile for ares_cython
Browse files Browse the repository at this point in the history
  • Loading branch information
Sérgio Sousa committed Nov 21, 2020
1 parent 322ea2c commit 86500f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ares_cython/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL = /bin/bash

all:
python setup.py build_ext --inplace
python3 setup.py build_ext --inplace

clean:
rm -rf build ares_mod*.so ares_module.c
Expand Down

0 comments on commit 86500f9

Please sign in to comment.