From 733e2ef4aba51e153ebee902e57045b438bb12d4 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 19 Nov 2024 22:00:09 -0500 Subject: update my progress --- contrib/depends/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/depends/Makefile') 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 -- cgit v1.2.3