We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495fdfb commit 7bdf9baCopy full SHA for 7bdf9ba
src/makefiles/Makefile.linux
@@ -1,5 +1,5 @@
1
ifdef LINUX_ELF
2
-LDFLAGS+= -rdynamic
+LDFLAGS+= -rdynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
3
endif
4
MK_NO_LORDER= true
5
0 commit comments