wscript: Fix FTBFS with --mixed
commitad01143310eaeb0268f18348918997fca94dcec4
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Sun, 28 Oct 2012 12:04:37 +0000 (28 13:04 +0100)
committerAdrian Knoth <adi@drcomp.erfurt.thur.de>
Sun, 28 Oct 2012 12:06:35 +0000 (28 13:06 +0100)
treecc52f51be929ebeccb060d385c195248a17f69f1
parent994423f8b52548cc2dfd9528a454169357782b03
wscript: Fix FTBFS with --mixed

conf.write_config_header() defaults to remove=True, so conf.defines() is
empty afterwards. Consequently, config.h is empty, too.

Set remove to False, so calling it another time for 32_64 builds works.

Closes: #21
wscript