diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-13 00:32:17 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-13 00:32:17 +0300 |
commit | 588be7603f7e7841717312109a524f8e5f063a26 (patch) | |
tree | 29ca534b7dbde8a5540abda132c545b63fffc87a /libbuild2 | |
parent | ab7dba520c8efd2cfbdd71dd91ae6b60923a12cd (diff) |
Fix linking failure on Windows
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/operation.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/operation.hxx b/libbuild2/operation.hxx index fd5eea0..9d84e26 100644 --- a/libbuild2/operation.hxx +++ b/libbuild2/operation.hxx @@ -184,7 +184,7 @@ namespace build2 // Return true if params does not contain no_subprojects. // - bool + LIBBUILD2_SYMEXPORT bool info_subprojects (const values& params); // Operation info. |