mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-19 12:22:43 +00:00
* Do not use version numbering in library names
* Remove DESTDIR in swig/config.mk.acr
This commit is contained in:
parent
719379ac8f
commit
9e8f0be91b
@ -18,7 +18,7 @@ real_all all: ${LIBSO} ${LIBAR} ${EXTRA_TARGETS}
|
||||
SRC=$(subst .o,.c,$(OBJ))
|
||||
|
||||
# TODO: 0 -> version
|
||||
LIBNAME=-Wl,-soname,${LIBSO}.0
|
||||
LIBNAME=-Wl,-soname,${LIBSO}
|
||||
|
||||
ifeq ($(WITHPIC),1)
|
||||
${LIBSO}: ${OBJ}
|
||||
|
@ -1,4 +1,3 @@
|
||||
DESTDIR=@DESTDIR@
|
||||
PREFIX=@PREFIX@
|
||||
VERSION=@VERSION@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user