Set the cfg properly for the production-stripped profile (#32991)

Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
webbeef 2024-08-09 02:16:51 -07:00 committed by GitHub
parent a1d3649f7c
commit 2ebb71f08a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 4 deletions

View file

@ -49,6 +49,9 @@ webrender_api = { workspace = true }
webrender_traits = { workspace = true }
xi-unicode = { workspace = true }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ohos_mock)'] }
[target.'cfg(target_os = "macos")'.dependencies]
byteorder = { workspace = true }
core-foundation = "0.9"