File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -510,8 +510,8 @@ builder_describe_internal_dependency action:target depaction:deptarget ...
510510
511511``` bash
512512builder_describe_internal_dependency \
513- mac: build mac-x86_64:build \
514- mac: build mac-arm64:build
513+ build:mac build: mac-x86_64 \
514+ build:mac build: mac-arm64
515515```
516516
517517** Note:** actions and targets must be fully specified, and this _ must_ be called
Original file line number Diff line number Diff line change @@ -1143,8 +1143,8 @@ _builder_define_default_internal_dep() {
11431143# 2: depaction:deptarget The dependency action and target
11441144# Example:
11451145# builder_describe_internal_dependency \
1146- # mac: build mac-x86_64:build \
1147- # mac: build mac-arm64:build
1146+ # build:mac build: mac-x86_64 \
1147+ # build:mac build: mac-arm64
11481148#
11491149# Note: actions and targets must be fully specified, and this _must_
11501150# be called before either builder_describe_outputs or builder_parse in
You can’t perform that action at this time.
0 commit comments