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/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