diff options
Diffstat (limited to 'libbuild2/buildfile')
-rw-r--r-- | libbuild2/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/buildfile b/libbuild2/buildfile index 6f368d0..7b88fd4 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -44,7 +44,7 @@ config/cxx{host-config}: config/in{host-config} # Remove comment lines which could be confused with preprocessor directives # by some lesser compilers. # - host_config = $regex.replace_lines($config.export(), '^ *#.*$', [null], return_lines) + host_config = $regex.replace_lines($config.save(), '^ *#.*$', [null], return_lines) } libul{build2}: dist/{hxx ixx txx cxx}{** -**.test...} |