Skip to content

Commit 5a795f6

Browse files
committed
update upstream comment
1 parent 3b5efe5 commit 5a795f6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/fpm/cmd/new.f90

+5-3
Original file line numberDiff line numberDiff 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
&' ',&

0 commit comments

Comments
 (0)