diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-04 16:09:59 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-04 16:09:59 +0100 |
| commit | 264de6bdc38a4fd94a39a09c7abbd68b88b880e4 (patch) | |
| tree | 6505a86a44fd91aec36da92bdfcafc233b705543 /contrib/depends/hosts/ios.mk | |
| parent | 127c54599c612d7d3d226e4c016d5812e7a0966d (diff) | |
add support for ios simulator
remoce libmd.tbd dependency
Diffstat (limited to 'contrib/depends/hosts/ios.mk')
| -rw-r--r-- | contrib/depends/hosts/ios.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
