Skip to content

Commit

Permalink
Shorten build by moving prism dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
egiurleo committed Aug 23, 2024
1 parent c9cad6e commit 7a2454f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ cc_library(
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:span",
"@spdlog",
"@prism",
],
)

Expand Down
1 change: 1 addition & 0 deletions parser/prism/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ cc_library(
deps = [
"//core",
"//parser", # Legacy parser, needed for translating to its nodes defined in `parser/Node_gen.h`
"@prism",
],
)

0 comments on commit 7a2454f

Please sign in to comment.