1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Fix clang build

This commit is contained in:
Eelco Dolstra 2020-08-24 21:13:39 +02:00
parent d9a8619762
commit b42789f013
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 26 additions and 3 deletions

View file

@ -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