mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 12:46:37 +02:00
removing DESTDIR from rpath
This commit is contained in:
parent
32718a0a6a
commit
3fea2b7062
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -84,8 +84,8 @@ endif
|
|||
endif
|
||||
|
||||
ifeq ($(PLATFORM),unix)
|
||||
#RLDFLAGS=-rpath $(DESTDIR)$(LIBDIR)
|
||||
RLDFLAGS=-Wl,-R$(DESTDIR)$(LIBDIR)
|
||||
#RLDFLAGS=-rpath $(LIBDIR)
|
||||
RLDFLAGS=-Wl,-R$(LIBDIR)
|
||||
endif
|
||||
|
||||
ifeq ($(USE_BOEHM),1)
|
||||
|
|
Loading…
Add table
Reference in a new issue