Skip to content

Commit

Permalink
bintools-wrapper: remove redundant arg
Browse files Browse the repository at this point in the history
cctools 949.0.1 warns if min version is passed twice.
  • Loading branch information
zowoq committed Nov 13, 2020
1 parent 9fc4a4d commit 473b341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/bintools-wrapper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ stdenv.mkDerivation {

# Ensure consistent LC_VERSION_MIN_MACOSX and remove LC_UUID.
+ optionalString stdenv.targetPlatform.isMacOS ''
echo "-macosx_version_min 10.12 -sdk_version 10.12 -no_uuid" >> $out/nix-support/libc-ldflags-before
echo "-sdk_version 10.12 -no_uuid" >> $out/nix-support/libc-ldflags-before
''

##
Expand Down

0 comments on commit 473b341

Please sign in to comment.