Bugfix: changed libreqwest_jni path because of prev commit
This commit is contained in:
parent
f90a24da82
commit
6b043eea98
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -92,7 +92,7 @@ cd_and_exec reqwest4j/build/libs \
|
|||
REQJNI_NAME="libreqwest.so"
|
||||
REQJNI="$WORKDIR/$REQJNI_NAME"
|
||||
|
||||
cd_and_exec reqwest4j/reqwest-jni/target/release \
|
||||
cd_and_exec reqwest4j/reqwest-jni/target/x86_64-unknown-linux-musl/release \
|
||||
cp libreqwest_jni.so "$REQJNI"
|
||||
|
||||
# Create JAR native libraries tree
|
||||
|
|
Loading…
Reference in a new issue