diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-01-31 10:29:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-01-31 10:29:40 +0200 |
commit | b5e27a79fed06b10a72556269496ea91963c356b (patch) | |
tree | 952a2046fc0732db195888b790aa57ed078dd33c | |
parent | bf4b660253e62d50a0d635abee05fb1faebc743e (diff) |
Add missing export macrodist-values
-rw-r--r-- | libbpkg/manifest.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index 055cb7e..6779881 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -1147,7 +1147,7 @@ namespace bpkg // // Note that the value format/semantics can be distribution-specific. // - struct distribution_name_value + struct LIBBPKG_EXPORT distribution_name_value { std::string name; std::string value; |