summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/cctools
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-02-09 15:09:43 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-26 21:54:46 -0400
commit36450d8d0b1fc1ed7c4e625a0267528732d2d83e (patch)
tree53797beac156e770918147cce4f5e8480387737c /pkgs/os-specific/darwin/cctools
parentf76c7b8fab2f4e5e3866d4dced0f18ceeae562b4 (diff)
downloadnixpkgs-36450d8d0b1fc1ed7c4e625a0267528732d2d83e.tar
nixpkgs-36450d8d0b1fc1ed7c4e625a0267528732d2d83e.tar.gz
nixpkgs-36450d8d0b1fc1ed7c4e625a0267528732d2d83e.tar.bz2
nixpkgs-36450d8d0b1fc1ed7c4e625a0267528732d2d83e.tar.lz
nixpkgs-36450d8d0b1fc1ed7c4e625a0267528732d2d83e.tar.xz
nixpkgs-36450d8d0b1fc1ed7c4e625a0267528732d2d83e.tar.zst
nixpkgs-36450d8d0b1fc1ed7c4e625a0267528732d2d83e.zip
cctools: enable tapi everywhere
Gets us closer to #19906.
Diffstat (limited to 'pkgs/os-specific/darwin/cctools')
-rw-r--r--pkgs/os-specific/darwin/cctools/port.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/darwin/cctools/port.nix b/pkgs/os-specific/darwin/cctools/port.nix
index b379933f3c8..a1aa601d238 100644
--- a/pkgs/os-specific/darwin/cctools/port.nix
+++ b/pkgs/os-specific/darwin/cctools/port.nix
@@ -2,7 +2,7 @@
 , libcxxabi, libuuid, llvm
 , libobjc ? null, maloader ? null
 , enableDumpNormalizedLibArgs ? false
-, enableTapiSupport ? stdenv.hostPlatform != stdenv.targetPlatform, libtapi
+, enableTapiSupport ? true, libtapi
 }:
 
 let