Unverified Commit 3e78ccbb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #212355 from reckenrode/dxvk-fix

dxvk: fix Darwin build
parents 1eba956f 56c2631e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@

stdenvNoCC.mkDerivation (finalAttrs:
  let
    inherit (stdenvNoCC.hostPlatform.uname) system;
    system = lib.toLower stdenvNoCC.targetPlatform.uname.system;

    # DXVK needs to be a separate derivation because it’s actually a set of DLLs for Windows that
    # needs to be built with a cross-compiler.
    dxvk32 = pkgsCross.mingw32.callPackage ./dxvk.nix {