1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00

[meson] set instead of set10 for CONFIG_OS_UNIX. Refs #140

This commit is contained in:
Witold Filipczyk 2022-03-13 12:24:52 +01:00
parent 2ec2d2b416
commit 1b9fbce34d

View File

@ -114,9 +114,9 @@ else
endif
if system != 'haiku' and system != 'windows'
conf_data.set10('CONFIG_OS_UNIX', true)
conf_data.set('CONFIG_OS_UNIX', true)
else
conf_data.set10('CONFIG_OS_UNIX', false)
conf_data.set('CONFIG_OS_UNIX', false)
endif
conf_data.set('CONFIG_SSL', true)