mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
configure: Chose right target-os for iOS
This commit is contained in:
parent
9b048e2d66
commit
a708b5de70
1 changed files with 3 additions and 0 deletions
|
@ -355,6 +355,9 @@ else
|
|||
*android*)
|
||||
target_os=linux
|
||||
;;
|
||||
*darwin*)
|
||||
target_os=darwin
|
||||
;;
|
||||
*)
|
||||
target_os=`echo $host_os | sed 's/-gnu//'`
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue