aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-11-08 16:15:09 +0100
committerSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-11-13 09:34:56 +0100
commit1e4cf61d964de8322f266c87b9377780063a03a3 (patch)
treed561af73e1e7b9c82ec7a78e35907ce7525c22d5
parentc615d57885a36db017dec4ba98bfdb2e92a9813c (diff)
downloadfpm-1e4cf61d964de8322f266c87b9377780063a03a3.tar.gz
fpm-1e4cf61d964de8322f266c87b9377780063a03a3.zip
Include [build] header in example
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
-rw-r--r--manifest-reference.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest-reference.md b/manifest-reference.md
index f97136a..dbf7a77 100644
--- a/manifest-reference.md
+++ b/manifest-reference.md
@@ -298,6 +298,7 @@ The list of library dependencies is exported to dependent packages.
To link against the zlib compression library use
```toml
+[build]
link = "z"
```