bazel-contrib / rules_foreign_cc

Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
https://bazel-contrib.github.io/rules_foreign_cc
Apache License 2.0
666 stars 244 forks source link

environment variables passed to makefile should take care about space on windows #1280

Open xiedeacc opened 1 month ago

xiedeacc commented 1 month ago

I used configure_make to build openssl on windows use msvc, for rules_foreign_cc pass cc's path with space, this caused

NMAKE : fatal error U1077: The system cannot find the path specified

can guys fix this problem?

xiedeacc commented 1 month ago

ref https://github.com/openssl/openssl/issues/25405