diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-12-08 22:40:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-12-11 18:58:13 +0300 |
commit | cb558e4bd2b817bc72275c2bbd90dfe9fe380af9 (patch) | |
tree | 83bb92e3dc8a7744b30a9c9cfd12106780f24691 /libbuild2/buildfile | |
parent | ff0bf71889b041be794e8bd47d5be57f6eb07ad1 (diff) |
Add export script pseudo-builtin
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 831a9b9..28adbdd 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -220,7 +220,7 @@ script/ cli.options += --std c++11 -I $src_root --include-with-brackets \ --include-prefix libbuild2/script --guard-prefix LIBBUILD2_SCRIPT \ --cli-namespace build2::script::cli --generate-vector-scanner \ ---generate-specifier --suppress-usage +--generate-modifier --generate-specifier --suppress-usage cli.cxx{*}: { |