mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-29 19:44:49 +02:00
Avoid deprecated meson usage
This commit is contained in:
parent
f33e2662b5
commit
4cf7384e16
1 changed files with 2 additions and 2 deletions
4
.github/workflows/autobuild.yml
vendored
4
.github/workflows/autobuild.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
shell: msys2 {0}
|
||||
run: |
|
||||
source windows/vars.sh
|
||||
meson build
|
||||
meson setup build
|
||||
cd build
|
||||
ninja
|
||||
strip ./mkxp-z.exe
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
- name: Build executable
|
||||
run: |
|
||||
source linux/vars.sh
|
||||
meson build --bindir=. --prefix=$GITHUB_WORKSPACE/build/local
|
||||
meson setup build --bindir=. --prefix=$GITHUB_WORKSPACE/build/local
|
||||
cd build
|
||||
ninja
|
||||
ninja install
|
||||
|
|
Loading…
Add table
Reference in a new issue