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/Makefile | |
| parent | 127c54599c612d7d3d226e4c016d5812e7a0966d (diff) | |
add support for ios simulator
remoce libmd.tbd dependency
Diffstat (limited to 'contrib/depends/Makefile')
| -rw-r--r-- | contrib/depends/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
