Make sure that we do not use jemalloc on macos

This commit is contained in:
Clément Renault 2021-03-04 09:17:46 +01:00
parent 77083d9e80
commit 70dce6cc0b
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
1 changed files with 1 additions and 1 deletions

View File

@ -82,5 +82,5 @@ branch = "master"
[build-dependencies]
vergen = "3.1.0"
[target.'cfg(unix)'.dependencies]
[target.'cfg(target_os = "linux")'.dependencies]
jemallocator = "0.3.2"