1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[meson] fix in osdep. Refs #140

This commit is contained in:
Witold Filipczyk 2022-03-13 16:53:00 +01:00
parent 1b9fbce34d
commit 791950c8a4

View File

@ -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')