Skip to content

Commit 0714b6c

Browse files
authored
fix: empty api defines for bazel runtime (#220)
1 parent 9dc6037 commit 0714b6c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parse-resolver-runtime/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cc_library(
88
srcs = ["parse-resolver-runtime.cc"],
99
copts = copts,
1010
defines = [
11-
"ECSACT_DYNAMIC_API_EXPORT",
12-
"ECSACT_META_API_EXPORT",
11+
"ECSACT_DYNAMIC_API=\"\"",
12+
"ECSACT_META_API=\"\"",
1313
],
1414
deps = [
1515
"@ecsact_runtime//:dynamic",

test/MODULE.bazel.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)