Specify python for interp
parent
1122ef3ea6
commit
9023be970d
|
@ -1,6 +1,7 @@
|
||||||
|
#!python
|
||||||
|
# cython: language_level=3
|
||||||
# distutils: sources = src/openGJK.c
|
# distutils: sources = src/openGJK.c
|
||||||
# distutils: include_dirs = include/openGJK
|
# distutils: include_dirs = include/openGJK
|
||||||
# cython: language_level=3, boundscheck=False
|
|
||||||
|
|
||||||
cimport openGJK_cython
|
cimport openGJK_cython
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue