This commit is contained in:
DubbleClick
2025-07-18 13:51:33 +07:00
parent c364970e05
commit 5c44703f53
6 changed files with 75 additions and 6 deletions

View File

@@ -265,6 +265,13 @@
"libsodium"
]
},
"lerc": {
"source": "lerc",
"static-libs-unix": [
"libLerc.a"
],
"cpp-library": true
},
"libacl": {
"source": "libacl",
"static-libs-unix": [
@@ -498,6 +505,9 @@
"lib-depends": [
"zlib",
"libjpeg"
],
"lib-suggests-unix": [
"lerc"
]
},
"libuuid": {