We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f2e6a commit 57a51d7Copy full SHA for 57a51d7
cmake/system_check.cmake
@@ -10,6 +10,10 @@ if (${HOST_OS} STREQUAL "WINDOWS")
10
set(HOST_OS WINNT)
11
endif ()
12
13
+if (${HOST_OS} STREQUAL "IOS")
14
+ set(HOST_OS DARWIN)
15
+endif ()
16
+
17
if (${HOST_OS} STREQUAL "LINUX")
18
# check if we're building natively on Android (TERMUX)
19
EXECUTE_PROCESS( COMMAND uname -o COMMAND tr -d '\n' OUTPUT_VARIABLE OPERATING_SYSTEM)
0 commit comments