Merge pull request #13514 from kcbanner/windows_build_fixes
Windows: Support building stage3, and bootstrapping via MSVC
This commit is contained in:
@@ -68,6 +68,10 @@ else()
|
||||
FIND_AND_ADD_CLANG_LIB(clangSupport)
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
set(CLANG_LIBRARIES ${CLANG_LIBRARIES} "version.lib")
|
||||
endif()
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(clang DEFAULT_MSG CLANG_LIBRARIES CLANG_INCLUDE_DIRS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user