mirror of
https://github.com/randy408/libspng
synced 2025-03-28 21:13:20 +00:00
meson: try to fix compilation with clang-cl
with clang-cl, compilation fails with an undefined reference to __cpu_indicator_init Online search indicates this is related to target_clones. Try linking to make sure this actually works.
This commit is contained in:
parent
ea6ca5bc18
commit
dc944de9df
@ -21,7 +21,7 @@ elif cc.get_argument_syntax() == 'gcc' and host_machine.system() == 'x86'
|
||||
endif
|
||||
|
||||
# Check for GNU target_clones attribute
|
||||
if cc.compiles(files('tests/target_clones.c'), args : '-Werror', name : 'have target_clones')
|
||||
if cc.links(files('tests/target_clones.c'), args : '-Werror', name : 'have target_clones')
|
||||
add_project_arguments('-DSPNG_ENABLE_TARGET_CLONES', language : 'c')
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user