mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
ci: drop unused extra args in build-vkd3d-proton.sh
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32030>
This commit is contained in:
parent
06cca41889
commit
1149d69b39
1 changed files with 1 additions and 2 deletions
|
|
@ -14,9 +14,8 @@ VKD3D_PROTON_BUILD_DIR="/vkd3d-proton-build"
|
|||
|
||||
function build_arch {
|
||||
local arch="$1"
|
||||
shift
|
||||
|
||||
meson "$@" \
|
||||
meson \
|
||||
-Denable_tests=true \
|
||||
--buildtype release \
|
||||
--prefix "$VKD3D_PROTON_DST_DIR" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue