mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 10:35:54 +00:00
[CMAKE] Properly pass arguments to the host tools phase. Fixes MSVC x64 build.
svn path=/trunk/; revision=69836
This commit is contained in:
parent
91ac799605
commit
d7bf1738d4
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ ExternalProject_Add(host-tools
|
||||||
BUILD_ALWAYS 1
|
BUILD_ALWAYS 1
|
||||||
PREFIX host-tools
|
PREFIX host-tools
|
||||||
EXCLUDE_FROM_ALL 1
|
EXCLUDE_FROM_ALL 1
|
||||||
CMAKE_ARGS "-DNEW_STYLE_BUILD=1 -DARCH:STRING=${ARCH}"
|
CMAKE_ARGS "-DNEW_STYLE_BUILD=1;-DARCH:STRING=${ARCH}"
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
BUILD_BYPRODUCTS ${tools_binaries})
|
BUILD_BYPRODUCTS ${tools_binaries})
|
||||||
|
|
Loading…
Reference in a new issue