From: Guus Sliepen Date: Mon, 5 Apr 2021 20:29:53 +0000 (+0200) Subject: Also add framework options when $host_os contains ios. X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=654644f1b818e2273042c9bcbd61bb25a8fedcbb Also add framework options when $host_os contains ios. --- 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