summaryrefslogtreecommitdiff
path: root/contrib/depends/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r--contrib/depends/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile
index 7474dcf..dd357c8 100644
--- a/contrib/depends/Makefile
+++ b/contrib/depends/Makefile
@@ -91,6 +91,9 @@ endif
ifeq ($(host_os),ios)
host_cmake=iOS
endif
+ifeq ($(host_os),iossimulator)
+host_cmake=iOS
+endif
ifeq ($(host_os),android)
host_cmake=Android
endif