2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-29 12:33:51 +00:00
rules_foreign_cc/foreign_cc/private
Attila Oláh fccd4ddaeb
Fix tool_prefix for CMake (#686)
* Fix tool_prefix for CMake.

Set the prefix before the first CMake invocation (where all the extra
flags are passed), and don't set the prefix for the `--build` and
`--install` invocations of CMake.

Fixes #685.

* Update test/cmake_text_tests.bzl

Co-authored-by: UebelAndre <github@uebelandre.com>
2021-06-16 21:55:02 +00:00
..
framework Added support for replacing sandbox paths in build artifacts (#650) 2021-06-15 15:10:08 -07:00
BUILD.bazel Refactored framework to avoid polymorphism complexity (#612) 2021-04-30 17:03:32 +01:00
cc_toolchain_util.bzl Cleanup toolchain utils (#645) 2021-05-12 20:43:19 +00:00
cmake_script.bzl Fix tool_prefix for CMake (#686) 2021-06-16 21:55:02 +00:00
configure_script.bzl Added tool_prefix attribute (#676) 2021-06-14 16:59:49 +00:00
detect_root.bzl
framework.bzl Removed make_commands attribute and fixed configure_make (#671) 2021-06-16 13:09:15 +00:00
make_script.bzl Added support for replacing sandbox paths in build artifacts (#650) 2021-06-15 15:10:08 -07:00
run_shell_file_utils.bzl Added new foreign_cc framework commands: (#628) 2021-04-30 13:26:23 -07:00