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
680 stars 249 forks source link

does configure_make auto generate pkg config pc file to make configure find dependencies ? #1282

Open comicfans opened 2 months ago

comicfans commented 2 months ago

Hello I'm trying to build python from source in bazel, but when I pass @sqlite3 as deps, seems python configure didn't detect it as available , I can only find header/lib in EXT_BUILD_DEPS dir, no pkg-config pc file, how rules_foreign_cc to expose these include/lib as depdencies to configure script ?