mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Merge pull request #7874 from obsidiansystems/fix-no-gc-build
Fix the build without GC
This commit is contained in:
commit
8418d22ac1
1 changed files with 2 additions and 2 deletions
|
@ -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