librav1e: fix build on x86_64
This commit is contained in:
parent
3075d6c443
commit
5f746ae073
@ -11,7 +11,10 @@ TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_post_make_install(){
|
||||
# required for librav1e
|
||||
(
|
||||
unset LDFLAGS
|
||||
cargo install cargo-c --features=vendored-openssl
|
||||
)
|
||||
|
||||
# `cargo cinstall` refuses to work with Android
|
||||
cargo cbuild \
|
||||
|
Loading…
Reference in New Issue
Block a user