]> git.meshlink.io Git - meshlink/blobdiff - configure.ac
Also add framework options when $host_os contains ios.
[meshlink] / configure.ac
index 592fb15dc7c07c946c1924a6ad774feb8521a6f1..3cf76b051995499e92d90ac4f28bbe2968c69dd1 100644 (file)
@@ -41,8 +41,8 @@ case $host_os in
     AC_DEFINE(HAVE_MINGW, 1, [MinGW])
     LIBS="$LIBS -lws2_32 -lgdi32 -lcrypt32"
   ;;
-  *darwin*)
-    LIBS="$LIBS -framework SystemConfiguration -framework CoreServices"
+  *darwin* | *ios*)
+    LIBS="$LIBS -framework Foundation -framework SystemConfiguration"
   ;;
 esac