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