cataclysm-dda: enable parallel building (#161957)

This commit is contained in:
André-Patrick Bubel 2022-02-27 07:43:56 +01:00 committed by GitHub
parent 17df62a937
commit eec72b56d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ stdenv.mkDerivation {
);
dontStrip = debug;
enableParallelBuilding = true;
passthru = {
isTiles = tiles;