diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-13 13:14:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-13 13:14:35 +0200 |
commit | e9a3804c2ea5972dd84a7d4759d4ea965c2490fb (patch) | |
tree | 89f6eeaf50486213f8de898d55fefeea080e54f2 /libbuild2/config/operation.hxx | |
parent | 1308eb0d740a687161641d52dabad8c0f849db08 (diff) |
Various minor generalizations for in-process configure support in bpkg
Diffstat (limited to 'libbuild2/config/operation.hxx')
-rw-r--r-- | libbuild2/config/operation.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/config/operation.hxx b/libbuild2/config/operation.hxx index 9e2a91e..e3328c3 100644 --- a/libbuild2/config/operation.hxx +++ b/libbuild2/config/operation.hxx @@ -15,8 +15,8 @@ namespace build2 { class module; - extern const meta_operation_info mo_configure; - extern const meta_operation_info mo_disfigure; + LIBBUILD2_SYMEXPORT extern const meta_operation_info mo_configure; + LIBBUILD2_SYMEXPORT extern const meta_operation_info mo_disfigure; const string& preprocess_create (context&, |