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:
Eric Engestrom 2024-11-07 11:37:27 +01:00 committed by Marge Bot
parent 06cca41889
commit 1149d69b39

View file

@ -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" \