Skip to content

Commit 8c30da4

Browse files
authored
Merge pull request #10607 from hzeller/feature-20260607-explicit-define
The `BAZEL_BUILD` macro is used in source; explicitly define in BUILD
2 parents f289e91 + 0731c7e commit 8c30da4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tst/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ cc_library(
4141
hdrs = [
4242
"include/tst/fixture.h",
4343
],
44+
defines = [
45+
"BAZEL_BUILD",
46+
],
4447
includes = [
4548
"include",
4649
],

0 commit comments

Comments
 (0)