aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility-uninstalled.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/utility-uninstalled.cxx')
-rw-r--r--libbuild2/utility-uninstalled.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/utility-uninstalled.cxx b/libbuild2/utility-uninstalled.cxx
index 69908f9..f836de6 100644
--- a/libbuild2/utility-uninstalled.cxx
+++ b/libbuild2/utility-uninstalled.cxx
@@ -13,4 +13,10 @@ namespace build2
#else
const dir_path build_install_buildfile; // Empty.
#endif
+
+#ifdef BUILD2_INSTALL_DATA
+ const dir_path build_install_data (BUILD2_INSTALL_DATA);
+#else
+ const dir_path build_install_data; // Empty (during bootstrap).
+#endif
}