Unverified Commit 91991a33 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #245603 from reckenrode/netbsd-compat-fix

parents 5cc84e66 3f948b76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ in makeScopeWithSplicing
    ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
      # GNU objcopy produces broken .a libs which won't link into dependers.
      # Makefiles only invoke `$OBJCOPY -x/-X`, so cctools strip works here.
      "OBJCOPY=${buildPackages.darwin.cctools}/bin/strip"
      "OBJCOPY=${buildPackages.darwin.cctools-port}/bin/strip"
    ];
    RENAME = "-D";