Skip to content

Commit 6481398

Browse files
author
Thomas Nagy
committed
Note on Configure.autoconfig (True/False/'clobber')
1 parent 68a1bab commit 6481398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/c/wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ APPNAME='cc_test'
1212
top = '.'
1313

1414
from waflib import Configure, Logs, Utils
15-
#Configure.autoconfig = True
15+
#Configure.autoconfig = True # True/False/'clobber'
1616

1717
def options(opt):
1818
opt.load('compiler_c gnu_dirs')

0 commit comments

Comments
 (0)