mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
Fix building without Boehm GC
This commit is contained in:
parent
812b5a30ec
commit
9b11a8bfbc
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
BDW_GC_LIBS = @BDW_GC_LIBS@
|
||||
BUILD_DEBUG = 1
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
|
|
|
@ -4,4 +4,4 @@ libmain_DIR := $(d)
|
|||
|
||||
libmain_SOURCES = shared.cc stack.cc
|
||||
|
||||
libmain_LDFLAGS = -lgc
|
||||
libmain_LDFLAGS = $(BDW_GC_LIBS)
|
||||
|
|
Loading…
Reference in a new issue