You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: