Skip to content

Commit

Permalink
[osh build] Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Dec 4, 2022
1 parent 3822ecb commit f1e3ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osh/NINJA_subgraph.py
Expand Up @@ -27,4 +27,5 @@ def NinjaGraph(ru):

ru.cc_library(
'//osh/arith_parse',
srcs = ['_gen/osh/arith_parse.cc'])
srcs = ['_gen/osh/arith_parse.cc'],
deps = ['//cpp/osh'])

0 comments on commit f1e3ed4

Please sign in to comment.