Skip to content

Commit 7bb91a7

Browse files
committed
libiconvReal: enable the Darwin ABI by default on Darwin
1 parent 7cf5236 commit 7bb91a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/libraries/libiconv/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
updateAutotoolsGnuConfigScriptsHook,
66
enableStatic ? stdenv.hostPlatform.isStatic,
77
enableShared ? !stdenv.hostPlatform.isStatic,
8-
enableDarwinABICompat ? false,
8+
enableDarwinABICompat ? stdenv.hostPlatform.isDarwin,
99
}:
1010

1111
# assert !stdenv.hostPlatform.isLinux || stdenv.hostPlatform != stdenv.buildPlatform; # TODO: improve on cross

0 commit comments

Comments
 (0)