Skip to content

Commit

Permalink
gbdk-2020: enableParallelBuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
bignaux committed Jun 1, 2024
1 parent 84b75d1 commit 33f13d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ rec {
rasm = pkgs.callPackage ./pkgs/rasm { lib = mylib; };
scriptcommunicator = pkgs.libsForQt5.callPackage ./pkgs/scriptcommunicator { lib = mylib; };
soulseekqt = pkgs.libsForQt5.callPackage ./pkgs/soulseekqt { lib = mylib; };
xlink-kai = pkgs.callPackage ./pkgs/xlink-kai { lib = mylib; inherit frida-agent-example frida-tools; };
# xlink-kai = pkgs.callPackage ./pkgs/xlink-kai { lib = mylib; inherit frida-agent-example frida-tools; };
}
2 changes: 1 addition & 1 deletion pkgs/gbdk-2020/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {

outputs = [ "out" ];

# enableParallelBuilding = true;
enableParallelBuilding = true;

nativeBuildInputs = [
autoconf
Expand Down

0 comments on commit 33f13d1

Please sign in to comment.