mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
docs
This commit is contained in:
parent
41d7ab3aa6
commit
26215d4629
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user