mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:02:03 +00:00
[CMAKE] Allow compiling amd64 port with GCC on Windows
Dedicated to Daniel
This commit is contained in:
parent
eae3db10ae
commit
0f723105c6
4 changed files with 19 additions and 2 deletions
|
@ -13,6 +13,9 @@ function(setup_host_tools)
|
|||
string(STRIP ${GCC_PLUGIN_DIR} GCC_PLUGIN_DIR)
|
||||
list(APPEND CMAKE_HOST_TOOLS_EXTRA_ARGS -DGCC_PLUGIN_DIR=${GCC_PLUGIN_DIR})
|
||||
list(APPEND HOST_MODULES gcc_plugin_seh)
|
||||
if (CMAKE_HOST_WIN32)
|
||||
list(APPEND HOST_MODULES g++_plugin_seh)
|
||||
endif()
|
||||
endif()
|
||||
list(TRANSFORM HOST_TOOLS PREPEND "${REACTOS_BINARY_DIR}/host-tools/bin/" OUTPUT_VARIABLE HOST_TOOLS_OUTPUT)
|
||||
if (CMAKE_HOST_WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue