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 4dcea1c commit eb12eebCopy full SHA for eb12eeb
CMakeLists.txt
@@ -477,12 +477,6 @@ if(NOT SWIFT_LIPO)
477
find_toolchain_tool(SWIFT_LIPO "${SWIFT_DARWIN_XCRUN_TOOLCHAIN}" lipo)
478
endif()
479
480
-if("${SWIFT_NATIVE_LLVM_TOOLS_PATH}" STREQUAL "")
481
- set(SWIFT_CROSS_COMPILING FALSE)
482
-else()
483
- set(SWIFT_CROSS_COMPILING TRUE)
484
-endif()
485
-
486
# Reset CMAKE_SYSTEM_PROCESSOR if not cross-compiling.
487
# CMake refuses to use `uname -m` on OS X
488
# http://public.kitware.com/Bug/view.php?id=10326
0 commit comments