mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
ci: fix quotation in MESON_OPTIONS
Fix quotation in `MESON_OPTIONS` because it is not expanded the way we want it.
Fixes: 44367eef12 ("ci: add `-UFASTPATH` to build_all")
This commit is contained in:
parent
fe99990e0f
commit
7fb7c679d0
1 changed files with 2 additions and 2 deletions
|
|
@ -305,8 +305,8 @@ build_all:
|
||||||
-Droc=disabled
|
-Droc=disabled
|
||||||
-Dlibcamera=disabled
|
-Dlibcamera=disabled
|
||||||
-Dsession-managers=[]
|
-Dsession-managers=[]
|
||||||
-Dc_args="['-UFASTPATH']"
|
-Dc_args=['-UFASTPATH']
|
||||||
-Dcpp_args="['-UFASTPATH']"
|
-Dcpp_args=['-UFASTPATH']
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- CC: [gcc, clang]
|
- CC: [gcc, clang]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue