Adjust extension definition after review

This commit is contained in:
Joseph Bielawski
2023-09-03 18:59:00 +02:00
committed by Jerry Ma
parent fdc3a7a04b
commit 0381a1c412
4 changed files with 24 additions and 2 deletions

View File

@@ -328,6 +328,7 @@
"snappy": {
"type": "external",
"source": "ext-snappy",
"cpp-extension": true,
"arg-type": "custom",
"lib-depends": [
"snappy"

View File

@@ -522,6 +522,9 @@
"snappy.h",
"snappy-stubs-internal.h",
"snappy-stubs-public.h"
],
"lib-depends": [
"zlib"
]
}
}