---
docs/hare.scd | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/hare.scd b/docs/hare.scd
index ba23eb25..1b8196e2 100644
--- a/docs/hare.scd+++ b/docs/hare.scd
@@ -91,6 +91,9 @@ value, and optional context, separated by tabs.
*pkg-config --libs* (see *pkg-config*(1)) to obtain the appropriate
linker flags.
+ Note: use of *-l* currently implies the build tag *libc*. Use *-T -libc* to+ override this behavior. See *CUSTOMIZING BUILD TAGS*.+*-L libdir*
Add directory to the linker library search path.
@@ -143,6 +146,9 @@ value, and optional context, separated by tabs.
*pkg-config --libs* (see *pkg-config*(1)) to obtain the appropriate
linker flags.
+ Note: use of *-l* currently implies the build tag *libc*. Use *-T -libc* to+ override this behavior. See *CUSTOMIZING BUILD TAGS*.+*-L libdir*
Add directory to the linker library search path.
--
2.40.0
---
docs/hare.scd | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/hare.scd b/docs/hare.scd
index 1b8196e2..3003951d 100644
--- a/docs/hare.scd+++ b/docs/hare.scd
@@ -92,7 +92,8 @@ value, and optional context, separated by tabs.
linker flags.
Note: use of *-l* currently implies the build tag *libc*. Use *-T -libc* to
- override this behavior. See *CUSTOMIZING BUILD TAGS*.+ override this behavior. See *CUSTOMIZING BUILD TAGS*. Furthermore, combining+ *-l* and *-t* is currently unsupported - here be dragons.*-L libdir*
Add directory to the linker library search path.
@@ -147,7 +148,8 @@ value, and optional context, separated by tabs.
linker flags.
Note: use of *-l* currently implies the build tag *libc*. Use *-T -libc* to
- override this behavior. See *CUSTOMIZING BUILD TAGS*.+ override this behavior. See *CUSTOMIZING BUILD TAGS*. Furthermore, combining+ *-l* and *-t* is currently unsupported - here be dragons.*-L libdir*
Add directory to the linker library search path.
--
2.40.0