bintools-wrapper: remove redundant arg
cctools 949.0.1 warns if min version is passed twice.
This commit is contained in:
parent
9fc4a4db5a
commit
473b341fb1
|
@ -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
|
||||
''
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue