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 66766bf commit 200fca6Copy full SHA for 200fca6
wrappers/llvm-mingw_toolchainfile.cmake.in
@@ -40,12 +40,12 @@ elseif(NOT CMAKE_SYSTEM_PROCESSOR)
40
endif()
41
42
set(_sysroot "${_prefix}${CMAKE_SYSTEM_PROCESSOR}-w64-mingw32")
43
+message("CMAKE_HOST_WIN32 ${CMAKE_HOST_WIN32}")
44
if(NOT CMAKE_HOST_WIN32)
45
# Not setting CMAKE_SYSROOT on Windows. In the case of toolchains on
46
# Windows, the headers are in ${_prefix}include (and not symlinked into
47
# ${_sysroot}include), and won't be found if we pass the sysroot parameter
48
# to the compiler.
- set(CMAKE_SYSROOT "${_sysroot}")
49
50
51
# cmake-style list of paths
0 commit comments