summaryrefslogtreecommitdiff
path: root/doc/tutorial/target-file-glob-tree.org
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/target-file-glob-tree.org')
-rw-r--r--doc/tutorial/target-file-glob-tree.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/target-file-glob-tree.org b/doc/tutorial/target-file-glob-tree.org
index bc1d388d..72ea1732 100644
--- a/doc/tutorial/target-file-glob-tree.org
+++ b/doc/tutorial/target-file-glob-tree.org
@@ -282,7 +282,7 @@ attempt of defining the binary is as follows.
, "units":
{ "type": ["@", "rules", "CC", "binary"]
, "name": ["units"]
- , "link external": ["-lm"]
+ , "private-ldflags": ["-lm"]
, "pure C": ["YES"]
, "srcs": [["GLOB", null, "*.c"]]
, "private-hdrs": [["GLOB", null, "*.h"]]
@@ -345,7 +345,7 @@ Then we amend our ~"units"~ target.
, "units":
{ "type": ["@", "rules", "CC", "binary"]
, "name": ["units"]
- , "link external": ["-lm"]
+ , "private-ldflags": ["-lm"]
, "pure C": ["YES"]
, "srcs": ["patched srcs"]
, "private-hdrs": [["GLOB", null, "*.h"]]