[emscripten] Disable jemalloc for emscripten
This commit is contained in:
parent
ae77410350
commit
5dac93d59c
1 changed files with 2 additions and 1 deletions
|
|
@ -98,7 +98,8 @@ pub fn check(build: &mut Build) {
|
|||
if target.contains("rumprun") ||
|
||||
target.contains("bitrig") ||
|
||||
target.contains("openbsd") ||
|
||||
target.contains("msvc") {
|
||||
target.contains("msvc") ||
|
||||
target.contains("emscripten") {
|
||||
build.config.use_jemalloc = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue