>From 8cf7b218ca6347ac5db8787cd4702587ecae415a Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Tue, 7 May 2019 17:48:41 +1200 Subject: [PATCH] Update docs for "linkage" egg option to only mention "dynamic" --- manual/Egg specification format | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/Egg specification format b/manual/Egg specification format index 24b45038..81511cfc 100644 --- a/manual/Egg specification format +++ b/manual/Egg specification format @@ -245,9 +245,9 @@ a CHICKEN installation intended for cross-compilation. [egg property] (linkage LINKAGE) -Define whether the component should be linked dynamically or -statically. {{LINKAGE}} can be {{static}} or {{dynamic}}. This -property only makes sense for extension libraries. + Define whether the component should be linked dynamically or statically. + {{LINKAGE}} can be {{dynamic}}, in which case no static artifacts will be + built. This property only makes sense for extension libraries. ==== types-file -- 2.17.1