Merge pull request #46450 from dtzWill/fix/spidermonkey-musl-jemalloc

spidermonkey_52: don't use jemalloc w/musl
This commit is contained in:
Jörg Thalheim 2018-09-10 13:34:44 +01:00 committed by GitHub
commit f38e8c0e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
"--with-intl-api"
"--enable-readline"
"--enable-shared-js"
];
] ++ stdenv.lib.optional stdenv.hostPlatform.isMusl "--disable-jemalloc";
enableParallelBuilding = true;