Bugfix: proc-macro2 (used in reqwest4j)
This commit is contained in:
parent
a17a7b0f7e
commit
f90a24da82
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -67,7 +67,8 @@ fi
|
|||
export RUSTFLAGS="-C target-feature=-crt-static"
|
||||
|
||||
title 'Building reqwest-jni'
|
||||
cd_and_exec reqwest4j/reqwest-jni cargo build --release
|
||||
cd_and_exec reqwest4j/reqwest-jni \
|
||||
cargo build --release --target x86_64-unknown-linux-musl
|
||||
|
||||
title 'Building reqwest4j without Rust library...'
|
||||
cd_and_exec reqwest4j ./gradlew shadowJar
|
||||
|
|
Loading…
Reference in a new issue