Skip to content

Commit 3502b5a

Browse files
authored
Add ABC_NAMESPACE define to cut.
Signed-off-by: Mike Inouye <[email protected]>
1 parent 0f86fdb commit 3502b5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cut/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ cc_library(
3434
"@boost.fusion",
3535
"@edu_berkeley_abc//:abc-lib",
3636
],
37-
defines = ["_GLIBCXX_ASSERTIONS"]
37+
defines = [
38+
"_GLIBCXX_ASSERTIONS",
39+
"ABC_NAMESPACE=abc",
40+
],
3841
)
3942

0 commit comments

Comments
 (0)