mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
Fix --with-rpath
This commit is contained in:
parent
52d4eff43f
commit
6e14bc6725
@ -1,10 +1,12 @@
|
||||
BINR_PROGRAM=1
|
||||
include ../../libr/config.mk
|
||||
|
||||
#.PHONY: all clean
|
||||
|
||||
CFLAGS+=-DLIBDIR=\"${LIBDIR}\" -I$(LTOP)/include
|
||||
|
||||
ifeq ($(USE_RPATH),1)
|
||||
LDFLAGS+=-Wl,-R${PREFIX}/lib
|
||||
endif
|
||||
|
||||
OBJ+=${BIN}.o
|
||||
BEXE=${BIN}${EXT_EXE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user