Skip to content

Commit

Permalink
Don't map Darwin to macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasuromi committed Aug 18, 2023
1 parent a4cca78 commit 888d971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/EarlyGlobals.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ elseif(CMAKE_SYSTEM_NAME MATCHES "^Darwin")
set(CMAKE_SYSTEM_NAME "iOS")
set(SYSTEM.iOS 1)
elseif(PROCESSOR.X86 OR PROCESSOR.X86_64)
set(CMAKE_SYSTEM_NAME "macOS")
set(SYSTEM.macOS 1)
endif()
set(SYSTEM.Darwin 1)
Expand Down

0 comments on commit 888d971

Please sign in to comment.