forked from lix-project/lix
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 a new issue