[CMAKE] Store and re-use M4 and BISON_PKGDATADIR env variables

ROSBE-174
This commit is contained in:
Mark Jansen 2021-04-03 15:10:38 +02:00
parent 9fcdc68182
commit 18e95f5a4e
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 37 additions and 0 deletions

View file

@ -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