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 {
|
||||
|
||||
struct NixRepl
|
||||
: AbstractNixRepl,
|
||||
: AbstractNixRepl
|
||||
#if HAVE_BOEHMGC
|
||||
gc
|
||||
, gc
|
||||
#endif
|
||||
{
|
||||
std::string curDir;
|
||||
|
|
Loading…
Reference in a new issue