1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 14:10:59 +01:00

Fix building without Boehm GC

This commit is contained in:
Eelco Dolstra 2013-11-22 20:05:00 +00:00
parent 812b5a30ec
commit 9b11a8bfbc
2 changed files with 2 additions and 1 deletions

View file

@ -4,4 +4,4 @@ libmain_DIR := $(d)
libmain_SOURCES = shared.cc stack.cc
libmain_LDFLAGS = -lgc
libmain_LDFLAGS = $(BDW_GC_LIBS)