mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-22 06:33:46 +00:00
Support sys/user.sh install of radare2
This commit is contained in:
parent
f91b9dd4a9
commit
b82e932ad7
@ -8,6 +8,7 @@
|
|||||||
find_path(RADARE2_INCLUDE_DIRS
|
find_path(RADARE2_INCLUDE_DIRS
|
||||||
NAMES r_core.h r_bin.h r_util.h
|
NAMES r_core.h r_bin.h r_util.h
|
||||||
HINTS
|
HINTS
|
||||||
|
"$ENV{HOME}/bin/prefix/radare2/include/libr"
|
||||||
/usr/local/include/libr
|
/usr/local/include/libr
|
||||||
/usr/include/libr)
|
/usr/include/libr)
|
||||||
|
|
||||||
@ -42,6 +43,7 @@ foreach(libname ${RADARE2_LIBRARY_NAMES})
|
|||||||
find_library(RADARE2_LIBRARY_${libname}
|
find_library(RADARE2_LIBRARY_${libname}
|
||||||
r_${libname}
|
r_${libname}
|
||||||
HINTS
|
HINTS
|
||||||
|
"$ENV{HOME}/bin/prefix/radare2/lib"
|
||||||
/usr/local/lib
|
/usr/local/lib
|
||||||
/usr/lib)
|
/usr/lib)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user