From 588be7603f7e7841717312109a524f8e5f063a26 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 13 Dec 2022 00:32:17 +0300 Subject: Fix linking failure on Windows --- libbuild2/operation.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.1