Skip to content
Snippets Groups Projects
Commit 7e6b58fb authored by Jeanine Payart's avatar Jeanine Payart
Browse files

src/Rules.LXifort.mk : Add "-Wl,-rpath=" in LDFLAGS

parent b95d9289
Branches
Tags
No related merge requests found
......@@ -105,7 +105,7 @@ FX90FLAGS = $(OPT)
# -132
#
#LDFLAGS = -Wl,-noinhibit-exec -Wl,-warn-once $(PAR)
LDFLAGS = -Wl,-warn-once $(PAR) $(OPT_BASE)
LDFLAGS = -Wl,-warn-once $(PAR) -Wl,-rpath=$(LD_LIBRARY_PATH) $(OPT_BASE)
#
# preprocessing flags
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment