diff options
Diffstat (limited to 'doc/tutorial/third-party-software.org')
-rw-r--r-- | doc/tutorial/third-party-software.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/third-party-software.org b/doc/tutorial/third-party-software.org index 2d3bef84..e088bc4b 100644 --- a/doc/tutorial/third-party-software.org +++ b/doc/tutorial/third-party-software.org @@ -163,7 +163,7 @@ therefore need to introduce an additional binding ~"format"~ for it: } #+END_SRC -This ~"format"~ binding can you be used to add a new dependency in +This ~"format"~ binding can you be used to add a new private dependency in ~greet/TARGETS~: #+SRCNAME: greet/TARGETS @@ -174,7 +174,7 @@ This ~"format"~ binding can you be used to add a new dependency in , "hdrs": ["greet.hpp"] , "srcs": ["greet.cpp"] , "stage": ["greet"] - , "deps": [["@", "format", "", "fmt"]] + , "private-deps": [["@", "format", "", "fmt"]] } } #+END_SRC |