mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Fix clang build
This commit is contained in:
parent
d9a8619762
commit
b42789f013
3 changed files with 26 additions and 3 deletions
|
@ -16,7 +16,7 @@ nix_SOURCES := \
|
|||
$(wildcard src/nix-store/*.cc) \
|
||||
|
||||
# -fpermissive is needed by lowdown.
|
||||
nix_CXXFLAGS += -I src/libutil -I src/libstore -I src/libfetchers -I src/libexpr -I src/libmain -fpermissive
|
||||
nix_CXXFLAGS += -I src/libutil -I src/libstore -I src/libfetchers -I src/libexpr -I src/libmain
|
||||
|
||||
nix_LIBS = libexpr libmain libfetchers libstore libutil
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue