Skip to content

Commit

Permalink
build var
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Oct 2, 2023
1 parent 0b0900f commit a0f8173
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -523,11 +523,10 @@ probe() {
;;
esac

build="${os}/${build_arch}/build"
root="$(pwd)/${os}/${build_arch}/root"

build="${build_bits}/build"
root="$(pwd)/${build_bits}/root"

cross_file="meson/cross-win${build_bits}.ini"
cross_file="meson/cross-${os}-${build_arch}.ini"
cc=$(meson_config_key "${cross_file}" binaries c | tr -d "'")
ld=$(meson_config_key "${cross_file}" binaries ld | tr -d "'")
objcopy=$(meson_config_key "${cross_file}" binaries objcopy | tr -d "'")
Expand Down

0 comments on commit a0f8173

Please sign in to comment.