Skip to content

Commit 5f96b3d

Browse files
committed
esac
1 parent 40da187 commit 5f96b3d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

configure

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ AC_ARG_WITH([catalyst-macos-version],
901901
*)
902902
AC_MSG_ERROR([--with-catalyst-macos-version is only valid when targeting Mac Catalyst (*-apple-ios*-macabi).])
903903
;;
904+
esac
904905
],
905906
[case "$host" in
906907
*-apple-ios*-macabi)
@@ -909,6 +910,7 @@ AC_ARG_WITH([catalyst-macos-version],
909910
*)
910911
CATALYST_MACOS_VERSION=
911912
;;
913+
esac
912914
]
913915
)
914916

0 commit comments

Comments
 (0)