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
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ FX90FLAGS = $(OPT) ...@@ -105,7 +105,7 @@ FX90FLAGS = $(OPT)
# -132 # -132
# #
#LDFLAGS = -Wl,-noinhibit-exec -Wl,-warn-once $(PAR) #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 # preprocessing flags
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment