wip
This commit is contained in:
parent
190a8a8690
commit
e6aafccf33
13 changed files with 47 additions and 181 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
FOLDER=$(dirname "$(realpath $0)")
|
||||
|
||||
env --chdir "${FOLDER}/../patcher" cargo build --release --target=x86_64-unknown-linux-musl
|
||||
cp "${FOLDER}/../patcher/target/x86_64-unknown-linux-musl/release/patcher" "${FOLDER}/src/theseus_autopatcher/patcher_86_64_musl"
|
||||
env --chdir "${FOLDER}/../patcher" cargo build --profile minsizerelease --target=x86_64-unknown-linux-musl
|
||||
cp "${FOLDER}/../patcher/target/x86_64-unknown-linux-musl/minsizerelease/patcher" "${FOLDER}/src/theseus_autopatcher/patcher_86_64_musl"
|
||||
|
||||
env --chdir "${FOLDER}" poetry build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue