Fix typo
This commit is contained in:
parent
3920970326
commit
7fce73ef6c
2
setup.py
2
setup.py
@ -157,7 +157,7 @@ class BuildCMakeExt(build_ext):
|
||||
cython_code = os.path.join(str(build_dir.absolute()),'mycython')
|
||||
with open(cython_code, mode="wt") as ff:
|
||||
ff.write("#!/bin/sh\n"
|
||||
"${PYTHON} -c 'from Cython.Compiler.Main import setuptools_main; setuptools_main()' #@")
|
||||
"${PYTHON} -c 'from Cython.Compiler.Main import setuptools_main; setuptools_main()' $@")
|
||||
os.chmod(cython_code, stat.S_IXUSR|stat.S_IWUSR|stat.S_IRUSR|stat.S_IRGRP)
|
||||
|
||||
# Now that the necessary directories are created, build
|
||||
|
Loading…
Reference in New Issue
Block a user