old-commit-hash: acff834fcc
commatwo_master
Adeeb Shihadeh 4 years ago
parent 4505cc4f92
commit 08fe14338d
  1. 3
      site_scons/site_tools/cython.py

@ -11,7 +11,8 @@ def create_builder(env):
action = cythonAction,
emitter = {},
suffix = cython_suffix_emitter,
single_source = 1)
single_source = 1
)
env['BUILDERS']['Cython'] = cython
return cython

Loading…
Cancel
Save