Skip to content

Commit b162c7c

Browse files
committed
Remove stray numpy_headers rule (resolves #51).
1 parent fc56ce8 commit b162c7c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

py/BUILD.tpl

-6
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ cc_library(
6464
copts = ["%{PYTHON_EMBED_COPTS}"],
6565
)
6666

67-
cc_library(
68-
name = "numpy_headers",
69-
hdrs = [":numpy_include"],
70-
includes = ["numpy_include"],
71-
)
72-
7367
config_setting(
7468
name = "windows",
7569
values = {"cpu": "x64_windows"},

0 commit comments

Comments
 (0)