From 654644f1b818e2273042c9bcbd61bb25a8fedcbb Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 5 Apr 2021 22:29:53 +0200 Subject: [PATCH] Also add framework options when $host_os contains ios. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index efc306c4..3cf76b05 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ case $host_os in AC_DEFINE(HAVE_MINGW, 1, [MinGW]) LIBS="$LIBS -lws2_32 -lgdi32 -lcrypt32" ;; - *darwin*) + *darwin* | *ios*) LIBS="$LIBS -framework Foundation -framework SystemConfiguration" ;; esac -- 2.39.2