mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 16:59:08 +00:00
socket/Makefile: link util library also in android
This commit is contained in:
parent
125be67a27
commit
5e457877f1
@ -5,7 +5,7 @@ OBJS=socket.o proc.o http.o http_server.o
|
||||
OBJS+=rap_server.o run.o r2pipe.o
|
||||
DEPS=r_util
|
||||
|
||||
ifneq (,$(findstring linux,${OSTYPE}))
|
||||
ifneq (,$(findstring linux,${OSTYPE})$(findstring android,${OSTYPE}))
|
||||
LDFLAGS+=-lutil
|
||||
endif
|
||||
ifneq (,$(findstring mingw32,${OSTYPE})$(findstring mingw64,${OSTYPE}))
|
||||
|
Loading…
Reference in New Issue
Block a user