Merge pull request #76 from meilisearch/no-jemalloc-macos

Make sure that we do not use jemalloc on macos
This commit is contained in:
marin 2021-03-09 09:57:39 +01:00 committed by GitHub
commit 9661ee5d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,5 +76,5 @@ urlencoding = "1.1.1"
[features]
default = ["sentry"]
[target.'cfg(unix)'.dependencies]
[target.'cfg(target_os = "linux")'.dependencies]
jemallocator = "0.3.2"