Skip to content

Commit

Permalink
Use an older version of meson on macOS
Browse files Browse the repository at this point in the history
This is a workaround for mesonbuild/meson#5102.
  • Loading branch information
tbodt committed Mar 18, 2019
1 parent cd492d1 commit d8fa83b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ matrix:
- language: objective-c
osx_image: xcode10.1
install:
- pip3 install meson
- pip3 install meson==0.49.2
addons:
homebrew:
packages:
Expand Down
2 changes: 1 addition & 1 deletion xcode-meson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endian = 'little'
c_args = ['-arch', '$arch']
needs_exe_wrapper = true
EOF
meson $SRCROOT --cross-file $crossfile
meson $SRCROOT --cross-file $crossfile || exit $?
config=$(meson introspect --buildoptions)
fi

Expand Down

0 comments on commit d8fa83b

Please sign in to comment.