From a708b5de70c22a8cf6947ebb00081ad8f9dd6219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 23 Sep 2013 15:08:18 +0200 Subject: [PATCH] configure: Chose right target-os for iOS --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index ecc213575b..10fb8ac0ef 100644 --- a/configure.ac +++ b/configure.ac @@ -355,6 +355,9 @@ else *android*) target_os=linux ;; + *darwin*) + target_os=darwin + ;; *) target_os=`echo $host_os | sed 's/-gnu//'` ;;