]> git.meshlink.io Git - meshlink/commitdiff
Also add framework options when $host_os contains ios.
authorGuus Sliepen <guus@meshlink.io>
Mon, 5 Apr 2021 20:29:53 +0000 (22:29 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 15 Apr 2021 18:30:51 +0000 (20:30 +0200)
configure.ac

index efc306c42f0ba7a9e4b895c2a0c451672902f0c1..3cf76b051995499e92d90ac4f28bbe2968c69dd1 100644 (file)
@@ -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