mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Add unix (and linux) dirs
In the Nix commit, platform-specific sources will go here.
This commit is contained in:
parent
290be6c906
commit
852391765d
9 changed files with 50 additions and 6 deletions
|
@ -15,7 +15,7 @@ libexpr_SOURCES := \
|
|||
|
||||
INCLUDE_libexpr := -I $(d)
|
||||
|
||||
libexpr_CXXFLAGS += $(INCLUDE_libutil) $(INCLUDE_libstore) $(INCLUDE_libfetchers) -I src/libmain $(INCLUDE_libexpr)
|
||||
libexpr_CXXFLAGS += $(INCLUDE_libutil) $(INCLUDE_libstore) $(INCLUDE_libfetchers) $(INCLUDE_libmain) $(INCLUDE_libexpr)
|
||||
|
||||
libexpr_LIBS = libutil libstore libfetchers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue