Use std::unordered_set
This commit is contained in:
parent
a457d5ad4d
commit
54a34119f3
4 changed files with 5 additions and 27 deletions
|
|
@ -21,8 +21,7 @@ libstore_CXXFLAGS = \
|
|||
-DNIX_LOG_DIR=\"$(localstatedir)/log/nix\" \
|
||||
-DNIX_CONF_DIR=\"$(sysconfdir)/nix\" \
|
||||
-DNIX_LIBEXEC_DIR=\"$(libexecdir)\" \
|
||||
-DNIX_BIN_DIR=\"$(bindir)\" \
|
||||
-DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\"
|
||||
-DNIX_BIN_DIR=\"$(bindir)\"
|
||||
|
||||
$(d)/local-store.cc: $(d)/schema.sql.hh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue