Skip to content

Commit f95cc34

Browse files
committed
CLI: mention environment variables
1 parent 5a795f6 commit f95cc34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/fpm/cmd/new.f90

+3
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ subroutine cmd_new(settings)
327327
&' # Shared libraries are useful for plugin systems, dynamic linking, or ',&
328328
&' # language bindings. Static per-package archives may aid external reuse. ',&
329329
&' # ',&
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+
&' # ',&
330333
&' # Note: library files are not installed unless `[install] library=true` ',&
331334
&' # is also enabled. ',&
332335
&' # ',&

0 commit comments

Comments
 (0)