diff options
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/hello-world.org | 2 | ||||
-rw-r--r-- | doc/tutorial/third-party-software.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/hello-world.org b/doc/tutorial/hello-world.org index 46686fec..28503545 100644 --- a/doc/tutorial/hello-world.org +++ b/doc/tutorial/hello-world.org @@ -306,7 +306,7 @@ of the module ~"greet"~ in the top-level ~TARGETS~ file: { "type": ["@", "rules", "CC", "binary"] , "name": ["helloworld"] , "srcs": ["main.cpp"] - , "deps": [["greet", "greet"]] + , "private-deps": [["greet", "greet"]] } } #+END_SRC diff --git a/doc/tutorial/third-party-software.org b/doc/tutorial/third-party-software.org index 7bce1c48..6fdde256 100644 --- a/doc/tutorial/third-party-software.org +++ b/doc/tutorial/third-party-software.org @@ -456,7 +456,7 @@ ambient system. , "name": ["fmt"] , "stage": ["fmt"] , "hdrs": [["TREE", null, "."]] - , "link external": ["-lfmt"] + , "private-ldflags": ["-lfmt"] } } #+END_SRC |