You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,11 @@ Specify the path to Apple's libpthread package, so that appropriate headers
87
87
Specify the path to Apple's libplatform package, so that appropriate headers
88
88
can be found and used.
89
89
90
+
`--with-apple-libclosure-source`
91
+
92
+
Specify the path to Apple's Libclosure package, so that appropriate headers
93
+
can be found and used.
94
+
90
95
`--with-apple-xnu-source`
91
96
92
97
Specify the path to Apple's XNU package, so that appropriate headers can be
@@ -99,6 +104,11 @@ On systems where -fblocks is supported, specify an additional library path in wh
99
104
The following options are likely to only be useful when building libdispatch on
100
105
OS X as a replacement for /usr/lib/system/libdispatch.dylib:
101
106
107
+
`--with-apple-objc4-source`
108
+
109
+
Specify the path to Apple's objc4 package, so that appropriate headers can
110
+
be found and used.
111
+
102
112
`--disable-libdispatch-init-constructor`
103
113
104
114
Do not tag libdispatch's init routine as __constructor, in which case it must be run manually before libdispatch routines can be called. This is the default when building on OS X. For /usr/lib/system/libdispatch.dylib the init routine is called automatically during process start.
@@ -121,7 +131,9 @@ libdispatch for /usr/lib/system on OS X El Capitan:
0 commit comments