forked from lix-project/lix
Merge pull request #7874 from obsidiansystems/fix-no-gc-build
Fix the build without GC
This commit is contained in:
commit
8418d22ac1
|
@ -49,9 +49,9 @@ extern "C" {
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
struct NixRepl
|
struct NixRepl
|
||||||
: AbstractNixRepl,
|
: AbstractNixRepl
|
||||||
#if HAVE_BOEHMGC
|
#if HAVE_BOEHMGC
|
||||||
gc
|
, gc
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
std::string curDir;
|
std::string curDir;
|
||||||
|
|
Loading…
Reference in a new issue