From b7300fe356e854b58a67f2a25efe9c1a4230b35e Mon Sep 17 00:00:00 2001 From: Richard Unger Date: Sun, 17 Dec 2023 22:39:11 +0100 Subject: [PATCH] Add library.json to set libArchive #357 --- library.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 00000000..25e2a353 --- /dev/null +++ b/library.json @@ -0,0 +1,5 @@ +{ + "build": { + "libArchive": false + } +}