mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
Fix the build without GC
I had given it an improper trailing comma in
1bd03ad100
.
This commit is contained in:
parent
532c70f531
commit
5b0175e81d
@ -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 New Issue
Block a user