build: (fixes #14) Check file timestamps instead of hashes for changes

Credit to Waf maintainer ita1024 for this fix.

See also:  https://gitlab.com/ita1024/waf/issues/2231
This commit is contained in:
Tom Henderson
2019-04-19 14:11:03 -07:00
parent 42541d6cba
commit b823749325

View File

@@ -138,6 +138,7 @@ def maybe_decode(input):
def options(opt):
# options provided by the modules
opt.load('md5_tstamp')
opt.load('compiler_c')
opt.load('compiler_cxx')
opt.load('cflags')