mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
0e78f2bd10
This reverts commit ac682e362c
.
This broke iOS building on master. Even Xcode 8.2 comes with TAPI
librarises. We need these patches to support those .tbd files.
Eventually we will move to using libtapi directly, but I have not
finished work on this right now.
Unfortunately, this will not have my changes for building cctools with
manpages. We will have to do this update at some later time.
13 lines
305 B
Diff
13 lines
305 B
Diff
diff --git a/cctools/configure.ac b/cctools/configure.ac
|
|
index 56e8f24..0b4b3ff 100644
|
|
--- a/cctools/configure.ac
|
|
+++ b/cctools/configure.ac
|
|
@@ -39,7 +39,7 @@ EXTRACXXFLAGS=""
|
|
WARNINGS=""
|
|
|
|
case $host_os in
|
|
- darwin* )
|
|
+ darwin* | ios*)
|
|
isdarwin=yes
|
|
AM_CONDITIONAL([ISDARWIN], [true])
|
|
;;
|