Skip to content

Commit

Permalink
Turn off HTTPS support for iOS.
Browse files Browse the repository at this point in the history
Should fix #18322
  • Loading branch information
hrydgard committed Oct 10, 2023
1 parent 8d59e30 commit a9987c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit a9987c6

Please sign in to comment.