Skip to content
Snippets Groups Projects
Commit 6fdbd589 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix previous commit.

Was overriding value, not appending.
parent 0f21cba9
No related branches found
No related tags found
No related merge requests found
Pipeline #7830 passed
......@@ -131,7 +131,7 @@ ifneq ($(os),darwin)
else
LIB_RPATH += -Wl,-rpath,$(PWD)/$(LIBODIR)
endif
LIB_RPATH := '-Wl,-rpath,$$ORIGIN,-rpath,$$ORIGIN/../$(LIBODIR),-z,origin,--enable-new-dtags'
LIB_RPATH += '-Wl,-rpath,$$ORIGIN,-rpath,$$ORIGIN/../$(LIBODIR),-z,origin,--enable-new-dtags'
endif
CON_LIBS += -lsbbs -lftpsrvr -lwebsrvr -lmailsrvr -lservices
......
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