summaryrefslogtreecommitdiff
path: root/contrib/depends/Makefile
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2025-02-04 18:22:07 +0100
committerGitHub <noreply@github.com>2025-02-04 18:22:07 +0100
commit9301097ff504525070cc0cb915fe2f1bb0670345 (patch)
tree1cdf375c78db23bb330b5cee6a445fec2db0aea9 /contrib/depends/Makefile
parent127c54599c612d7d3d226e4c016d5812e7a0966d (diff)
add support for ios simulator (#111)v0.18.3.4-RC10
* add support for ios simulator * remove libmd.tbd dependency
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