mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-03 08:07:17 -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')
|
if conf_data.get('CONFIG_OS_RISCOS')
|
||||||
subdir('riscos')
|
subdir('riscos')
|
||||||
endif
|
endif
|
||||||
if conf_data.get('CONFIG_OS_UNIX') == 1
|
if conf_data.get('CONFIG_OS_UNIX')
|
||||||
subdir('unix')
|
subdir('unix')
|
||||||
endif
|
endif
|
||||||
if conf_data.get('CONFIG_OS_WIN32')
|
if conf_data.get('CONFIG_OS_WIN32')
|
||||||
|
Loading…
Reference in New Issue
Block a user