From 9301097ff504525070cc0cb915fe2f1bb0670345 Mon Sep 17 00:00:00 2001 From: cyan Date: Tue, 4 Feb 2025 18:22:07 +0100 Subject: add support for ios simulator (#111) * add support for ios simulator * remove libmd.tbd dependency --- contrib/depends/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/depends/Makefile') 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 -- cgit v1.2.3