From 264de6bdc38a4fd94a39a09c7abbd68b88b880e4 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 4 Feb 2025 16:09:59 +0100 Subject: add support for ios simulator remoce 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