From 46f4f5a3c06cbaa223386459ecc6758e96698c07 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 25 Apr 2025 16:11:11 -0400 Subject: [PATCH] move JSON class back to try recover legacy builds --- src/Makefile.package.empty | 2 +- {third_party => src}/nlohmann/json.hpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {third_party => src}/nlohmann/json.hpp (100%) diff --git a/src/Makefile.package.empty b/src/Makefile.package.empty index b5693af293..0e2c8ad915 100644 --- a/src/Makefile.package.empty +++ b/src/Makefile.package.empty @@ -7,6 +7,6 @@ PKG_LIB = PKG_CPP_DEPENDS = PKG_LINK_DEPENDS = -PKG_SYSINC = -I../../third_party -I../third_party +PKG_SYSINC = PKG_SYSLIB = PKG_SYSPATH = diff --git a/third_party/nlohmann/json.hpp b/src/nlohmann/json.hpp similarity index 100% rename from third_party/nlohmann/json.hpp rename to src/nlohmann/json.hpp