Really bump radare2 on CI this time

This commit is contained in:
Butta 2020-09-04 16:58:07 +05:30
parent 4f5b8d681e
commit 9f8ecacfb8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ termux_step_pre_configure() {
fi
# Unset CPPFLAGS to avoid -I$TERMUX_PREFIX/include. This is because
# radare2 build will put it's own -I flags after ours, which causes
# radare2 build will put its own -I flags after ours, which causes
# problems due to name clashes (binutils header files).
unset CPPFLAGS