tergent: specify libtergent.so path correctly

This commit is contained in:
Leonid Pliushch 2020-11-22 22:01:33 +02:00
parent 34b030e5ce
commit ad60cf2b7a

View File

@ -10,7 +10,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make_install() {
termux_setup_rust
cargo build --target=$TERMUX_HOST_PLATFORM --release
install -Dm600 -t $TERMUX_PREFIX/lib target/release/libtergent.so
install -Dm600 -t $TERMUX_PREFIX/lib target/${TERMUX_HOST_PLATFORM}/release/libtergent.so
}
termux_step_create_debscripts() {