Merge pull request #7874 from obsidiansystems/fix-no-gc-build

Fix the build without GC
This commit is contained in:
Théophane Hufschmitt 2023-02-21 16:14:51 +01:00 committed by GitHub
commit 8418d22ac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,9 +49,9 @@ extern "C" {
namespace nix {
struct NixRepl
: AbstractNixRepl,
: AbstractNixRepl
#if HAVE_BOEHMGC
gc
, gc
#endif
{
std::string curDir;