mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 11:43:39 +00:00
a8757a695f
Fix static build (libr.a) Fix android build farm scripts Build system is still hacky
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
|