Skip to content

Commit

Permalink
Merge pull request #245021 from Artturin/xnudir
Browse files Browse the repository at this point in the history
darwin.xnu: Fix stripDirs
  • Loading branch information
risicle authored Jul 23, 2023
2 parents dd97882 + afaab4f commit ddb2995
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ appleDerivation' (if headersOnly then stdenvNoCC else stdenv) (
MIG = "mig";
MIGCOM = "migcom";
STRIP = "${stdenv.cc.bintools.targetPrefix or ""}strip";
RANLIB = "${stdenv.cc.bintools.targetPrefix or ""}ranlib";
NM = "${stdenv.cc.bintools.targetPrefix or ""}nm";
UNIFDEF = "unifdef";
DSYMUTIL = "dsymutil";
Expand Down

0 comments on commit ddb2995

Please sign in to comment.