blob: b4bbe93fabc2dce9377ef8a4fc633d4811cf319d (
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
{
bool build_installed = false;
}
|