Differences From Artifact [22fedc8558]:
- File buildsys.mk.in — part of check-in [1821adf255] at 2018-01-21 18:39:34 on branch trunk — Update copyright (user: js, size: 27749) [annotate] [blame] [check-ins using]
To Artifact [92feb15db4]:
- File
buildsys.mk.in
— part of check-in
[72ce4372e0]
at
2018-01-21 21:45:44
on branch trunk
— Use FRAMEWORK_LIBS instead of LIBS for .frameworks
This allows linking the framework against other frameworks rather than
other shared libs. (user: js, size: 27759) [annotate] [blame] [check-ins using]
︙ | |||
273 274 275 276 277 278 279 | 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 | - + | ${INSTALL_OK}; \ else \ ${INSTALL_FAILED}; \ fi \ fi ${LINK_STATUS} out="$@"; \ |
︙ |