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 d0854d7..734d607 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -80,6 +80,9 @@ endif ifeq ($(host_os),darwin) host_cmake=Darwin endif +ifeq ($(host_os),ios) +host_cmake=iOS +endif ifeq ($(host_os),android) host_cmake=Android endif |
