// file : libbuild2/utility-uninstalled.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #include namespace build2 { const bool build_installed = false; const dir_path build_install_lib; // Empty. #ifdef BUILD2_INSTALL_BUILDFILE const dir_path build_install_buildfile (BUILD2_INSTALL_BUILDFILE); #else const dir_path build_install_buildfile; // Empty. #endif }