File tree 1 file changed +5
-3
lines changed
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)
223
223
&' # files and library archive. Without this being set to "true" an "install" ' ,&
224
224
&' # subcommand ignores parameters that specify library installation. ' ,&
225
225
&' ' ,&
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. ' ,&
229
231
&' ' ,&
230
232
&' library = false ' ,&
231
233
&' ' ,&
You can’t perform that action at this time.
0 commit comments