mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 03:18:00 +02:00
Merge branch 'meson-list' into 'master'
Meson: use arrays to provide multiple arguments See merge request cairo/cairo!339
This commit is contained in:
commit
2ff9afb737
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ if cc.get_id() != 'msvc'
|
|||
]
|
||||
|
||||
if get_option('optimization') in ['1', '2', '3']
|
||||
cflags += '-Wp,-D_FORTIFY_SOURCE=2 -Wl,-lssp'
|
||||
cflags += ['-Wp,-D_FORTIFY_SOURCE=2', '-Wl,-lssp']
|
||||
endif
|
||||
|
||||
supported_cflags = cc.get_supported_arguments(cflags)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue