Skip to content

Commit

Permalink
fix: empty api defines for bazel runtime (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy authored May 10, 2024
1 parent 9dc6037 commit 0714b6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions parse-resolver-runtime/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cc_library(
srcs = ["parse-resolver-runtime.cc"],
copts = copts,
defines = [
"ECSACT_DYNAMIC_API_EXPORT",
"ECSACT_META_API_EXPORT",
"ECSACT_DYNAMIC_API=\"\"",
"ECSACT_META_API=\"\"",
],
deps = [
"@ecsact_runtime//:dynamic",
Expand Down
10 changes: 5 additions & 5 deletions test/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0714b6c

Please sign in to comment.