mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 20:56:38 +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
|
endif
|
||||||
|
|
||||||
ifeq ($(PLATFORM),unix)
|
ifeq ($(PLATFORM),unix)
|
||||||
#RLDFLAGS=-rpath $(DESTDIR)$(LIBDIR)
|
#RLDFLAGS=-rpath $(LIBDIR)
|
||||||
RLDFLAGS=-Wl,-R$(DESTDIR)$(LIBDIR)
|
RLDFLAGS=-Wl,-R$(LIBDIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_BOEHM),1)
|
ifeq ($(USE_BOEHM),1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue