Differences From Artifact [3ebb122179]:
- File
m4/buildsys.m4
— part of check-in
[53b768c617]
at
2017-10-19 20:54:02
on branch trunk
— Add support for building iOS frameworks
Those use a different install name than macOS frameworks. (user: js, size: 9583) [annotate] [blame] [check-ins using]
To Artifact [3aa154573a]:
- File m4/buildsys.m4 — part of check-in [d4d7103d4e] at 2017-10-24 21:48:38 on branch trunk — Check for codesign (user: js, size: 9619) [annotate] [blame] [check-ins using]
︙ | |||
236 237 238 239 240 241 242 243 244 245 246 247 248 249 | 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 | + + | AC_SUBST(UNINSTALL_LIB) AC_SUBST(CLEAN_LIB) ]) AC_DEFUN([BUILDSYS_FRAMEWORK], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([BUILDSYS_SHARED_LIB]) AC_CHECK_TOOL(CODESIGN, codesign) case "$host_os" in darwin*) AC_MSG_CHECKING(whether host is iOS) AC_EGREP_CPP(yes, [ #include <TargetConditionals.h> |
︙ |