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
-12
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,6 @@ 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
-
95
90
`--with-apple-xnu-source`
96
91
97
92
Specify the path to Apple's XNU package, so that appropriate headers can be
@@ -104,11 +99,6 @@ On systems where -fblocks is supported, specify an additional library path in wh
104
99
The following options are likely to only be useful when building libdispatch on
105
100
OS X as a replacement for /usr/lib/system/libdispatch.dylib:
106
101
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
-
112
102
`--disable-libdispatch-init-constructor`
113
103
114
104
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.
@@ -131,9 +121,7 @@ libdispatch for /usr/lib/system on OS X El Capitan:
0 commit comments