From 7fce73ef6c366420edc378d1896389e669c2eadf Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sun, 20 Sep 2020 16:56:25 +0300 Subject: [PATCH] Fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c04629..6c83310 100644 --- a/setup.py +++ b/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