Skip to content

Commit e309fa4

Browse files
hyanwongmergify[bot]
authored andcommitted
Specify standard python (not python3)
1 parent 8c636ab commit e309fa4

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
@@ -7,7 +7,7 @@ CFLAGS=-std=c99 -g -O3 -march=native -funroll-loops -ffast-math \
77
all: _tsinfer.cpython-34m.so
88

99
_tsinfer.cpython-34m.so: _tsinfermodule.c
10-
CC="${CC}" CFLAGS="${CFLAGS}" python3 setup.py build_ext --inplace
10+
CC="${CC}" CFLAGS="${CFLAGS}" python setup.py build_ext --inplace
1111

1212
ctags:
1313
ctags lib/*.c lib/*.h tsinfer/*.py

0 commit comments

Comments
 (0)