mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:03:00 +00:00
[CMAKE] Pass the architecture to host tools configure phase.
svn path=/trunk/; revision=69835
This commit is contained in:
parent
3b67603f55
commit
91ac799605
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"
|
CMAKE_ARGS "-DNEW_STYLE_BUILD=1 -DARCH:STRING=${ARCH}"
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
BUILD_BYPRODUCTS ${tools_binaries})
|
BUILD_BYPRODUCTS ${tools_binaries})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue