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.
2 parents 7ff9419 + 01f6a2a commit f19c2d2Copy full SHA for f19c2d2
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -63,8 +63,8 @@ macro(swift_common_standalone_build_config_llvm product)
63
endif()
64
65
if(CMAKE_CROSSCOMPILING)
66
- set(LLVM_NATIVE_BUILD "${LLVM_BINARY_DIR}/NATIVE")
67
- if(NOT EXISTS "${LLVM_NATIVE_BUILD}")
+ set(LLVM_NATIVE_BUILD_DIR "${LLVM_BINARY_DIR}/NATIVE")
+ if(NOT EXISTS "${LLVM_NATIVE_BUILD_DIR}")
68
message(FATAL_ERROR
69
"Attempting to cross-compile swift standalone but no native LLVM build
70
found. Please cross-compile LLVM as well.")
0 commit comments