mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-30 16:42:07 +00:00
919d65bb06
* Convert MSVC flags by replacing slashes with dashes This overcomes bugs in MSYS2 where leading slashes are converted to paths, e.g. "/nologo" is converted to "C:\msys64\nologo". This commit would modify the flag to become "-nologo". MSVC supports both slashes and dashes for flags. * Update foreign_cc/private/cc_toolchain_util.bzl Co-authored-by: UebelAndre <github@uebelandre.com> |
||
---|---|---|
.. | ||
framework | ||
BUILD.bazel | ||
cc_toolchain_util.bzl | ||
cmake_script.bzl | ||
configure_script.bzl | ||
detect_root.bzl | ||
framework.bzl | ||
make_script.bzl | ||
run_shell_file_utils.bzl |