Check for codesign
This commit is contained in:
parent
d35a7f1bb8
commit
78aa912fc1
2 changed files with 4 additions and 1 deletions
|
@ -241,6 +241,8 @@ 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue