We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d15d57 commit 4d3fb1cCopy full SHA for 4d3fb1c
pkgs/build-support/bintools-wrapper/default.nix
@@ -250,7 +250,7 @@ stdenv.mkDerivation {
250
251
+ optionalString stdenv.targetPlatform.isMacOS ''
252
# Ensure consistent LC_VERSION_MIN_MACOSX and remove LC_UUID.
253
- 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
254
''
255
256
+ optionalString (!nativeTools) ''
0 commit comments