]> git.meshlink.io Git - meshlink/blobdiff - configure.ac
Also add framework options when $host_os contains ios.
[meshlink] / 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