mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Use $BDW_GC_LIBS instead of a custom variable.
This commit is contained in:
parent
1876ab764f
commit
f1462c208b
3 changed files with 2 additions and 4 deletions
|
@ -11,7 +11,7 @@ pkginclude_HEADERS = \
|
|||
names.hh symbol-table.hh
|
||||
|
||||
libexpr_la_LIBADD = ../libutil/libutil.la ../libstore/libstore.la \
|
||||
../boost/format/libformat.la @boehmgc_lib@
|
||||
../boost/format/libformat.la @BDW_GC_LIBS@
|
||||
|
||||
BUILT_SOURCES = \
|
||||
parser-tab.hh lexer-tab.hh parser-tab.cc lexer-tab.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue