mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[meson] fix in osdep. Refs #140
This commit is contained in:
parent
1b9fbce34d
commit
791950c8a4
@ -9,7 +9,7 @@ endif
|
||||
if conf_data.get('CONFIG_OS_RISCOS')
|
||||
subdir('riscos')
|
||||
endif
|
||||
if conf_data.get('CONFIG_OS_UNIX') == 1
|
||||
if conf_data.get('CONFIG_OS_UNIX')
|
||||
subdir('unix')
|
||||
endif
|
||||
if conf_data.get('CONFIG_OS_WIN32')
|
||||
|
Loading…
Reference in New Issue
Block a user