diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index f2c06f4..e6c0eb4 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,6 +4,11 @@ project = build2 +# Force config module creation for meta-opeations other than configure so that +# we can call $config.export() during perform update. +# +config.module = true + using version using config using test |