mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
C API: update after rebase
This commit is contained in:
parent
e1bb799da9
commit
9e423dee11
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ libexprc_SOURCES := \
|
|||
|
||||
libexprc_CXXFLAGS += -I src/libutil -Isrc/libfetchers -I src/libstore -I src/libstorec -I src/libexpr -I src/libutil/c -I src/libstore/c
|
||||
|
||||
libexprc_LIBS = libutil libutilc libstorec libexpr
|
||||
libexprc_LIBS = libutil libutilc libstore libstorec libexpr
|
||||
|
||||
libexprc_LDFLAGS += -pthread
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue