diff options
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 |
