diff options
Diffstat (limited to 'libbuild2/utility-installed.cxx')
-rw-r--r-- | libbuild2/utility-installed.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/utility-installed.cxx b/libbuild2/utility-installed.cxx index c8f08b6..29c822b 100644 --- a/libbuild2/utility-installed.cxx +++ b/libbuild2/utility-installed.cxx @@ -11,6 +11,10 @@ namespace build2 { const bool build_installed = true; + +#ifdef BUILD2_INSTALL_LIB + const dir_path build_install_lib (BUILD2_INSTALL_LIB); +#endif } #endif |