mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
girepository/introspection: Properly check for sanitizer value
The sanitizer option is set to 'none' when not used
This commit is contained in:
parent
d544d409cb
commit
c78d0ad514
@ -9,7 +9,7 @@ gi_gen_shared_sources = [
|
||||
|
||||
gi_gen_env_variables = environment()
|
||||
|
||||
if get_option('b_sanitize') != ''
|
||||
if get_option('b_sanitize') != 'none'
|
||||
gi_gen_env_variables.append(
|
||||
'ASAN_OPTIONS', 'verify_asan_link_order=0', separator: ',')
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user