We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26af5b5 commit c567f70Copy full SHA for c567f70
python/repositories.bzl
@@ -296,6 +296,12 @@ cc_import(
296
system_provided = True,
297
)
298
299
+cc_import(
300
+ name = "abi3_interface",
301
+ interface_library = "libs/python3.lib",
302
+ system_provided = True,
303
+)
304
+
305
filegroup(
306
name = "includes",
307
srcs = glob(["include/**/*.h"]),
@@ -304,7 +310,7 @@ filegroup(
310
cc_library(
311
name = "python_headers",
312
deps = select({{
- "@bazel_tools//src/conditions:windows": [":interface"],
313
+ "@bazel_tools//src/conditions:windows": [":interface", ":abi3_interface"],
308
314
"//conditions:default": None,
309
315
}}),
316
hdrs = [":includes"],
0 commit comments