Skip to content

Commit

Permalink
nlohmann_json: Update to 3.9.1, fix use of internal copy
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jul 15, 2021
1 parent 77d5b37 commit 3079779
Show file tree
Hide file tree
Showing 4 changed files with 15,497 additions and 10,380 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ endif

include mk/lib.mk

GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17
GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17 -I src
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
openssl sqlite
libarchive
boost
nlohmann_json
lowdown
gmock
]
Expand Down Expand Up @@ -334,7 +333,6 @@
xz
pkgs.perl
boost
nlohmann_json
]
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;
Expand Down
Loading

0 comments on commit 3079779

Please sign in to comment.