summaryrefslogtreecommitdiff
path: root/contrib/depends/Makefile
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-19 22:00:09 -0500
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-19 22:00:09 -0500
commit733e2ef4aba51e153ebee902e57045b438bb12d4 (patch)
tree94439f889e679647c848ac9ab8853bb3eba5623a /contrib/depends/Makefile
parentc1a388f070eea05098c201e8d8531ee08ad695b2 (diff)
update my progress
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r--contrib/depends/Makefile3
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