This commit is contained in:
Thomas Nagy 2011-09-27 22:13:46 +02:00
parent 41d7ab3aa6
commit 26215d4629
1 changed files with 1 additions and 1 deletions

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