Skip to content

Commit a88cf8f

Browse files
askreetbblanchon
authored andcommitted
PlatformIO: set build.libArchive to false (closes #1550)
1 parent 2be528a commit a88cf8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ HEAD
1818
* Fixed member-call-on-null-pointer in `getMember()` when array is empty
1919
* `serializeMsgPack(doc, buffer, size)` doesn't add null-terminator anymore (issue #1545)
2020
* `serializeJson(doc, buffer, size)` adds null-terminator only if there is enough room
21+
* PlatformIO: set `build.libArchive` to `false` (PR #1550 by @askreet)
2122

2223
> ### BREAKING CHANGES
2324
>

library.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"extras"
1818
],
1919
"frameworks": "*",
20-
"platforms": "*"
20+
"platforms": "*",
21+
"build": {
22+
"libArchive": false
23+
}
2124
}

0 commit comments

Comments
 (0)