Turn off HTTPS support for iOS.

Should fix #18322
This commit is contained in:
Henrik Rydgård 2023-10-08 19:07:29 +02:00
parent 43cdb88ace
commit 87d0461fe0

View File

@ -220,7 +220,7 @@ else()
set(CoreLinkType STATIC)
endif()
if(NOT ANDROID AND NOT WIN32 AND NOT APPLE)
if(NOT ANDROID AND NOT WIN32 AND NOT MACOSX)
set(HTTPS_NOT_AVAILABLE ON)
endif()