mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Switch from std::regex to boost::regex
This commit is contained in:
parent
dda0e34ecf
commit
d2f5e263e3
3 changed files with 41 additions and 20 deletions
|
@ -16,7 +16,7 @@ libexpr_CXXFLAGS += -I src/libutil -I src/libstore -I src/libfetchers -I src/lib
|
|||
|
||||
libexpr_LIBS = libutil libstore libfetchers
|
||||
|
||||
libexpr_LDFLAGS += -lboost_context -pthread
|
||||
libexpr_LDFLAGS += -lboost_context -lboost_regex -pthread
|
||||
ifdef HOST_LINUX
|
||||
libexpr_LDFLAGS += -ldl
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue