blob: a6bad55ea3773ce199442c67a40181aa309ce835 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// file : libbuild2/utility-uninstalled.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
#include <libbuild2/utility.hxx>
namespace build2
{
const bool build_installed = false;
const dir_path build_install_lib; // Empty.
}
|