27 Nov
2023
27 Nov
'23
3:02 p.m.
From: Jacek Caban <jacek(a)codeweavers.com> --- gitlab/build-mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/build-mac b/gitlab/build-mac index 27c70d316..17a8c7a0d 100755 --- a/gitlab/build-mac +++ b/gitlab/build-mac @@ -11,7 +11,7 @@ set -Eeuxo pipefail rm -fr build mkdir build cd build -if ../configure CFLAGS="-g -O2 -Wno-implicit-fallthrough -Wno-enum-conversion -Werror" && \ +if ../configure CFLAGS="-g -O2 -Wno-implicit-fallthrough -Werror" && \ make -j$(sysctl -n hw.ncpu) ; then make -j$(sysctl -n hw.ncpu) check || \ touch ../tests_failed -- GitLab https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/493