Overview
Comment: | Add --enable-runtime.
This forces using the included runtime, even on OS X. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | runtime |
Files: | files | file ages | folders |
SHA3-256: |
5ca3d6302af3b6076fc1fa33ac61f89e |
User & Date: | js on 2012-04-22 16:02:52 |
Other Links: | branch diff | manifest | tags |
Context
2012-04-22
| ||
16:05 | Safer way to create the global mutex. check-in: 51b73c821c user: js tags: runtime | |
16:02 | Add --enable-runtime. check-in: 5ca3d6302a user: js tags: runtime | |
15:56 | Add class_registerAlias_np(). check-in: 8525f9600e user: js tags: runtime | |
Changes
Modified configure.ac from [11d50fbc2c] to [bc4e640e1c].
︙ | |||
153 154 155 156 157 158 159 | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 | + + + - - - - - - - - - - - + + + + + + + + + + + + + + + | AC_DEFINE(OF_PLUGINS, 1, [Whether we have plugin support]) AC_SUBST(OFPLUGINS_DEF, "-DOF_PLUGINS") ]) objc_runtime="ObjFW runtime" AC_CHECK_HEADER(objc/objc.h) AC_MSG_CHECKING(which Objective C runtime to use) AC_ARG_ENABLE(runtime, AS_HELP_STRING([--enable-runtime], [use the included runtime])) AS_IF([test x"$enable_runtime" != x"yes"], [ |
︙ | |||
207 208 209 210 211 212 213 | 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | - - + + + + | [Whether we have objc_enumerationMutation]) ]) case "$host_os" in darwin*) AC_SUBST(REEXPORT_LIBOBJC, ["-Wl,-reexport-lobjc"]) AC_SUBST(LDFLAGS_REEXPORT, ["-Wl,-reexport-lobjfw"]) |
︙ |