bintools-wrapper: remove redundant arg

cctools 949.0.1 warns if min version is passed twice.
This commit is contained in:
zowoq 2020-11-07 14:46:53 +10:00
parent 9fc4a4db5a
commit 473b341fb1

View file

@ -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
''
##