Skip to content

Commit 6210b07

Browse files
authored
Merge pull request The-OpenROAD-Project#9777 from hzeller/feature-20260316-cc-lib-openmp
Add the import of cc_library() in openmp build rule.
2 parents 2657987 + 66ebecf commit 6210b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bazel/openmp/bundled.BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
load("@bazel_skylib//rules:copy_file.bzl", "copy_file")
1616
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
17+
load("@rules_cc//cc:defs.bzl", "cc_library")
1718

1819
cc_library(
1920
name = "openmp",

0 commit comments

Comments
 (0)