cc-wrapper: set -arch on darwin

This commit is contained in:
Andrew Childs 2020-11-19 16:57:29 +09:00
parent d16a8753d9
commit fc0456bed1

View File

@ -481,6 +481,10 @@ stdenv.mkDerivation {
substituteAll ${../wrapper-common/utils.bash} $out/nix-support/utils.bash
''
+ optionalString stdenv.targetPlatform.isDarwin ''
echo "-arch ${targetPlatform.darwinArch}" >> $out/nix-support/cc-cflags
''
##
## Extra custom steps
##