mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[CMAKE] Store and re-use M4 and BISON_PKGDATADIR env variables
ROSBE-174
This commit is contained in:
parent
9fcdc68182
commit
18e95f5a4e
2 changed files with 37 additions and 0 deletions
|
@ -45,6 +45,8 @@ function(setup_host_tools)
|
|||
-DARCH:STRING=${ARCH}
|
||||
-DCMAKE_INSTALL_PREFIX=${REACTOS_BINARY_DIR}/host-tools
|
||||
-DTOOLS_FOLDER=${REACTOS_BINARY_DIR}/host-tools/bin
|
||||
-DROS_SAVED_M4=${ROS_SAVED_M4}
|
||||
-DROS_SAVED_BISON_PKGDATADIR=${ROS_SAVED_BISON_PKGDATADIR}
|
||||
-DTARGET_COMPILER_ID=${CMAKE_C_COMPILER_ID}
|
||||
${CMAKE_HOST_TOOLS_EXTRA_ARGS}
|
||||
BUILD_ALWAYS TRUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue