diff options
| author | cyan <cyjan@mrcyjanek.net> | 2025-02-04 18:22:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-04 18:22:07 +0100 |
| commit | 9301097ff504525070cc0cb915fe2f1bb0670345 (patch) | |
| tree | 1cdf375c78db23bb330b5cee6a445fec2db0aea9 /contrib/depends/hosts/ios.mk | |
| parent | 127c54599c612d7d3d226e4c016d5812e7a0966d (diff) | |
add support for ios simulator (#111)v0.18.3.4-RC10
* add support for ios simulator
* remove 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 |
