mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
Updated before_deploy.bash to call version of strip specific to aarch64 target
This commit is contained in:
parent
e9681bf22d
commit
89d4cb951a
@ -19,6 +19,8 @@ pack() {
|
||||
|
||||
if [[ $TARGET == "arm-unknown-linux-gnueabihf" ]]; then
|
||||
gcc_prefix="arm-linux-gnueabihf-"
|
||||
elif [[ $TARGET == "aarch64-unknown-linux-gnu" ]]; then
|
||||
gcc_prefix="aarch64-linux-gnu-"
|
||||
else
|
||||
gcc_prefix=""
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user