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