Skip to content

Commit

Permalink
try exe_wrapper commit
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 11, 2024
1 parent ef6ba6e commit b1b6c66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/build_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ set -ex

# debug https://github.com/mesonbuild/meson/issues/13403
pip uninstall meson -y
# parent of https://github.com/mesonbuild/meson/commit/c1076241af11f10acac28d771688bb54c6b0b340
pip install git+https://github.com/mesonbuild/meson.git@6b569527bca9354be77769f91a0607cfd692d861
# ✅ 6b56952 (parent of https://github.com/mesonbuild/meson/commit/c107624)
# ?? c107624
pip install git+https://github.com/mesonbuild/meson.git@c1076241af11f10acac28d771688bb54c6b0b340

export AR=$GCC_AR

Expand Down

0 comments on commit b1b6c66

Please sign in to comment.