diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cca6914e31cdb14e2b189546c9da18dfac8f8793..4444c1db38bf34b8edf55d5413a374f1ad18969a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/scripts/homebrew-native.ini b/scripts/homebrew-native-x86_64.ini similarity index 50% rename from scripts/homebrew-native.ini rename to scripts/homebrew-native-x86_64.ini index 919b21047f5f0e99d86bb2ba0aac5f056e9390f6..d256a0dc425ab54928ee774fde9231aa2562a316 100644 --- a/scripts/homebrew-native.ini +++ b/scripts/homebrew-native-x86_64.ini @@ -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'