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/hosts/ios.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/depends/hosts/ios.mk') diff --git a/contrib/depends/hosts/ios.mk b/contrib/depends/hosts/ios.mk index c1a7c33..097fd2d 100644 --- a/contrib/depends/hosts/ios.mk +++ b/contrib/depends/hosts/ios.mk @@ -1,6 +1,5 @@ IOS_MIN_VERSION=12.0 IOS_SDK=$(shell xcrun --sdk iphoneos --show-sdk-path) -IOS_SIMULATOR_SDK=$(shell xcrun --sdk iphonesimulator --show-sdk-path) ifeq (aarch64, $(host_arch)) CC_target_ios=arm64-apple-ios -- cgit v1.2.3