diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-07-15 14:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 14:24:30 +0200 |
commit | bdc24efc87caf2f0a42345bc83b3c6409889ca82 (patch) | |
tree | 73566e0386bd06f0548091b8682aab3a4a53b255 /perl | |
parent | 77d5b37da3f1b59e43862c196924d9cf23cd56e2 (diff) | |
parent | 5e3c6bd89a1b9cb772f01b34df9acc3b7524b1f8 (diff) |
Merge pull request #5016 from edolstra/nlohmann
nlohmann_json: Update to 3.9.1, fix use of internal copy
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile b/perl/Makefile index 259ed7dc3..708f86882 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -1,6 +1,6 @@ makefiles = local.mk -GLOBAL_CXXFLAGS += -g -Wall -std=c++17 +GLOBAL_CXXFLAGS += -g -Wall -std=c++17 -I ../src -include Makefile.config |