Specify python for interp

fixes-turtlebasket
Mattia Montanari 2020-05-21 17:13:21 +01:00
parent 1122ef3ea6
commit 9023be970d
1 changed files with 2 additions and 1 deletions

View File

@ -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