From ddea50e01370dd76732cf948cbec4e1b5c0abc13 Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Wed, 12 Apr 2023 23:16:26 -0700 Subject: [PATCH] Fix Package.swift PiperOrigin-RevId: 523907283 --- Package.swift | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Package.swift b/Package.swift index 2e3de9c5..e2281732 100644 --- a/Package.swift +++ b/Package.swift @@ -246,23 +246,23 @@ let package = Package( name: "json", path: "third_party/json", exclude:[ - "LICENSES", - "cmake", - "docs", - "single_include", - "tests", - "tools", - "CITATION.cff", - "CMakeLists.txt", - "ChangeLog.md", - "LICENSE.MIT", - "Makefile", - "README.md", - "meson.build", - "nlohmann_json.natvis", - "wsjcpp.yml", + "json/LICENSES", + "json/cmake", + "json/docs", + "json/single_include", + "json/tests", + "json/tools", + "json/CITATION.cff", + "json/CMakeLists.txt", + "json/ChangeLog.md", + "json/LICENSE.MIT", + "json/Makefile", + "json/README.md", + "json/meson.build", + "json/nlohmann_json.natvis", + "json/wsjcpp.yml", ], - publicHeadersPath: "include" + publicHeadersPath: "json/include" ), .target( name: "protobuf",