ci: Try to fix the macos build

It seems that libjpeg-turbo first finds nasm,
and then doesn't find it. Turn off simd to keep
it from looking for it in the first place.
This commit is contained in:
Matthias Clasen 2022-10-28 21:03:56 -04:00
parent 2c844e961f
commit a2e2673809

View File

@ -210,6 +210,7 @@ macos:
-Dintrospection=disabled
-Dcpp_std=c++11
-Dpixman:tests=disabled
-Dlibjpeg-turbo:simd=disabled
_build
- ninja -C _build
artifacts: