mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 14:58:54 +00:00
Remove rasign2 from the list of statically built binaries
This commit is contained in:
parent
c36181df55
commit
75b9f699d8
@ -40,7 +40,7 @@ if [ 1 = "${DOCFG}" ]; then
|
||||
./configure --prefix="$PREFIX" --with-libr --disable-loadlibs || exit 1
|
||||
fi
|
||||
${MAKE} -j 8 || exit 1
|
||||
BINS="rarun2 rasm2 radare2 ragg2 rabin2 rax2 rahash2 rafind2 rasign2 r2agent radiff2"
|
||||
BINS="rarun2 rasm2 radare2 ragg2 rabin2 rax2 rahash2 rafind2 r2agent radiff2"
|
||||
# shellcheck disable=SC2086
|
||||
for a in ${BINS} ; do
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user