mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[meson] set instead of set10 for CONFIG_OS_UNIX. Refs #140
This commit is contained in:
parent
2ec2d2b416
commit
1b9fbce34d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user