blob: 0006e1aa8bd36a5b8f6dfb446368080dfc748a6a (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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;
}
|