mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
Build fixes
This commit is contained in:
parent
6c1e2c3aef
commit
c4e8864e7d
@ -12,7 +12,7 @@ PREFIX?=${PWD}/../prefix
|
||||
PWD=$(shell pwd)
|
||||
|
||||
LIBS0=util hash
|
||||
LIBS1=reg cons db magic bp search config socket
|
||||
LIBS1=socket reg cons db magic bp search config
|
||||
LIBS2=syscall lang io crypto flags
|
||||
LIBS3=fs anal bin
|
||||
LIBS4=parse
|
||||
|
@ -2,7 +2,7 @@ include ../config.mk
|
||||
include ../../global.mk
|
||||
|
||||
NAME=r_bin
|
||||
DEPS=r_util r_db r_io r_magic
|
||||
DEPS=r_util r_db r_io r_socket r_magic
|
||||
|
||||
.PHONY: pre
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user