Skip to content

Commit db42724

Browse files
committed
Change build file to use "python" rather than "python3"
1 parent 0909034 commit db42724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SRC=msprime/_msprimemodule.c
55

66
# The default target builds the C module in the simplest way.
77
cmodule: ${SRC}
8-
python3 setup.py build_ext --inplace
8+
python setup.py build_ext --inplace
99

1010
# allchecks turns on as many checks as make sense when building
1111
# Python-C extensions.

0 commit comments

Comments
 (0)