We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a795f6 commit f95cc34Copy full SHA for f95cc34
src/fpm/cmd/new.f90
@@ -327,6 +327,9 @@ subroutine cmd_new(settings)
327
&' # Shared libraries are useful for plugin systems, dynamic linking, or ',&
328
&' # language bindings. Static per-package archives may aid external reuse. ',&
329
&' # ',&
330
+ &' # When running with `fpm run`, shared library paths are automatically ',&
331
+ &' # added to the environment (e.g. `LD_LIBRARY_PATH`, `PATH`) at runtime. ',&
332
+ &' # ',&
333
&' # Note: library files are not installed unless `[install] library=true` ',&
334
&' # is also enabled. ',&
335
0 commit comments