mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
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:
parent
2c844e961f
commit
a2e2673809
@ -210,6 +210,7 @@ macos:
|
||||
-Dintrospection=disabled
|
||||
-Dcpp_std=c++11
|
||||
-Dpixman:tests=disabled
|
||||
-Dlibjpeg-turbo:simd=disabled
|
||||
_build
|
||||
- ninja -C _build
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user