Skip to content
Snippets Groups Projects
Commit 4fb5a2f3 authored by deuce's avatar deuce
Browse files

Use absolute paths for LD_RUN_PATH

parent 932024a9
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,8 @@ SBBSLIB = -lsbbs ...@@ -87,7 +87,8 @@ SBBSLIB = -lsbbs
$(SBBSLIB) : $(SBBS) $(SBBSLIB) : $(SBBS)
$(QUIET)touch -- '$(SBBSLIB)' $(QUIET)touch -- '$(SBBSLIB)'
LD_RUN_PATH := .;./$(LIBODIR);$(JSLIBDIR);$(NSPRDIR) PWD := $(shell pwd)
LD_RUN_PATH := .;$(PWD)/$(LIBODIR);$(PWD)/$(JSLIBDIR);$(PWD)/$(NSPRDIR)
export LD_RUN_PATH export LD_RUN_PATH
CON_OBJS = $(LIBODIR)/sbbscon.o $(LIBODIR)/conwrap.o \ CON_OBJS = $(LIBODIR)/sbbscon.o $(LIBODIR)/conwrap.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment