mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-22 07:13:43 +00:00
* Fix linking issues reported by matalaz (Thanks!)
This commit is contained in:
parent
c9a403cf71
commit
d27e461811
@ -1,4 +1,4 @@
|
||||
BIN=radare2
|
||||
DEPS=r_debug r_util r_anal r_core
|
||||
DEPS=r_debug r_util r_anal r_core r_bp r_io r_cmd
|
||||
|
||||
include ../binr.mk
|
||||
|
@ -1,4 +1,4 @@
|
||||
BIN=radiff2
|
||||
DEPS=r_diff r_debug r_util r_core
|
||||
DEPS=r_diff r_debug r_util r_core r_bp r_io r_cmd
|
||||
|
||||
include ../binr.mk
|
||||
|
@ -6,7 +6,7 @@ namespace Radare {
|
||||
[CCode (cheader_filename="r_lib.h", cprefix="r_lib_struct_", cname="struct r_lib_struct_t", free_function="", destroy_function="")]
|
||||
public struct RCmdStruct {
|
||||
public RLibType type;
|
||||
public RCmdPlugin data;
|
||||
public RCmdPlugin *data;
|
||||
}
|
||||
|
||||
[Compact]
|
||||
|
@ -47,7 +47,6 @@ namespace Radare {
|
||||
ANAL,
|
||||
PARSE,
|
||||
BIN,
|
||||
BININFO,
|
||||
BP,
|
||||
SYSCALL,
|
||||
FASTCALL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user