Allow an else for BUILDSYS_{FRAMEWORK,BUNDLE}
FossilOrigin-Name: 747670c8be997464290889c3735c8c63b48a483296f6a91fc6ef70ecbe3ea684
This commit is contained in:
parent
be69b8cd0e
commit
ff8e1fdf94
1 changed files with 6 additions and 0 deletions
|
@ -328,6 +328,9 @@ AC_DEFUN([BUILDSYS_FRAMEWORK], [
|
||||||
|
|
||||||
$1
|
$1
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
$2
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
])
|
])
|
||||||
|
|
||||||
|
@ -385,5 +388,8 @@ AC_DEFUN([BUILDSYS_BUNDLE], [
|
||||||
|
|
||||||
$1
|
$1
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
$2
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue