Note on Configure.autoconfig (True/False/'clobber')

This commit is contained in:
Thomas Nagy 2015-02-18 01:03:10 +01:00
parent 68a1bab004
commit 6481398a82
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ APPNAME='cc_test'
top = '.'
from waflib import Configure, Logs, Utils
#Configure.autoconfig = True
#Configure.autoconfig = True # True/False/'clobber'
def options(opt):
opt.load('compiler_c gnu_dirs')