CI: rename Meson Homebrew/x86-64 cross file, for clarity

Also enforce the path to x86-64 GCC.
master
Sébastien Villemot 2023-10-02 17:00:22 +02:00
parent c9a28b82ff
commit f70a9554a8
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ build_macos_x86_64:
tags:
- macOS
script:
- arch -x86_64 meson setup -D buildtype=release --native-file scripts/homebrew-native.ini build
- arch -x86_64 meson setup -D buildtype=release --native-file scripts/homebrew-native-x86_64.ini build
- arch -x86_64 meson compile -C build -v
artifacts:
paths:

View File

@ -1,6 +1,6 @@
# Meson native file for compiling under Homebrew
# Meson native file for compiling under Homebrew / x86-64
[binaries]
cpp = 'g++-13'
cpp = '/usr/local/bin/g++-13'
flex = '/usr/local/opt/flex/bin/flex'
bison = '/usr/local/opt/bison/bin/bison'