Skip to content

Commit

Permalink
Specify standard python (not python3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyanwong authored and mergify[bot] committed Jul 17, 2024
1 parent 8c636ab commit e309fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CFLAGS=-std=c99 -g -O3 -march=native -funroll-loops -ffast-math \
all: _tsinfer.cpython-34m.so

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

ctags:
ctags lib/*.c lib/*.h tsinfer/*.py
Expand Down

0 comments on commit e309fa4

Please sign in to comment.