mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 06:47:33 +00:00
6 lines
100 B
Makefile
6 lines
100 B
Makefile
ifeq ($(WITHNONPIC),1)
|
|
LDFLAGS+=$(LIBR)/db/sdb/src/libsdb.a
|
|
else
|
|
LDFLAGS+=-L$(LIBR)/db -lr_db
|
|
endif
|