2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00
This commit is contained in:
Thomas Nagy 2011-09-27 22:13:46 +02:00
parent 41d7ab3aa6
commit 26215d4629

View File

@ -27,7 +27,7 @@ def configure(conf):
def build(bld):
# first compile a few pyc and pyo files
# first compile a few pyc and pyo files (set install_path=None to disable the installation...)
bld(features='py', source=bld.path.ant_glob('*.py'), install_from='.')
# then a c extension module