Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-08-16 17:50:01 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-08-16 20:34:42 +0300
commitc13cb588f505596a7776e4bcf14b587763623d2b (patch)
tree7b5747ce393baaaa95b9d379d6f17d2297196e8f /.github
parent6408da8a177accea7b04e1213162bebe3f40a51d (diff)
Use runner native build record in macOS CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index bf8b29cda..58c000f2b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -251,7 +251,7 @@ jobs:
- name: Setup release build
run: >-
arch -arch=${{ matrix.runner.arch }} ./scripts/retry_command.sh 3 meson setup
- ${{ matrix.conf.build_flags }}
+ ${{ matrix.runner.build_flags }}
-Dwrap_mode=forcefallback -Dtry_static_libs=sdl2,sdl2_net
build