From edbb2e3156714887b2334e5b6748f463e2d35ba3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 1 Jun 2020 09:15:11 +0200 Subject: Extend target metadata to include variable prefix, stable name --- libbuild2/context.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/context.cxx') diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index a3455ea..202cd35 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -540,7 +540,7 @@ namespace build2 // var_project = &vp.insert ("project"); var_amalgamation = &vp.insert ("amalgamation"); - var_subprojects = &vp.insert ("subprojects"); + var_subprojects = &vp.insert ("subprojects"); // Untyped. var_version = &vp.insert ("version"); var_project_url = &vp.insert ("project.url"); @@ -549,7 +549,7 @@ namespace build2 var_import_target = &vp.insert ("import.target"); var_import_metadata = &vp.insert ("import.metadata"); - var_export_metadata = &vp.insert ("export.metadata", v_t); + var_export_metadata = &vp.insert ("export.metadata", v_t); // Untyped. var_extension = &vp.insert ("extension", v_t); var_clean = &vp.insert ("clean", v_t); -- cgit v1.1