configure: Chose right target-os for iOS

This commit is contained in:
Sebastian Dröge 2013-09-23 15:08:18 +02:00
parent 9b048e2d66
commit a708b5de70

View file

@ -355,6 +355,9 @@ else
*android*)
target_os=linux
;;
*darwin*)
target_os=darwin
;;
*)
target_os=`echo $host_os | sed 's/-gnu//'`
;;