File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -223,9 +223,11 @@ subroutine cmd_new(settings)
223223 &' # files and library archive. Without this being set to "true" an "install" ' ,&
224224 &' # subcommand ignores parameters that specify library installation. ' ,&
225225 &' ' ,&
226- &' # If your project is a shared library (see `[library] shared=true`), enabling ' ,&
227- &' # this will install the compiled `.so`, `.dylib`, or `.dll` files in the ' ,&
228- &' # appropriate `lib/` folder, just like it does for static archives. ' ,&
226+ &' # If your project sets `[library] type = "shared"`, enabling this option ' ,&
227+ &' # will install the compiled `.so`, `.dylib`, or `.dll` files into the ' ,&
228+ &' # appropriate `lib/` folder. This applies equally to static archives. ' ,&
229+ &' # ' ,&
230+ &' # For shared libraries, installing is typically required for runtime usage. ' ,&
229231 &' ' ,&
230232 &' library = false ' ,&
231233 &' ' ,&
You can’t perform that action at this time.
0 commit comments