From 791950c8a46a71c38f5e6d9cea407f7fa76d4044 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 13 Mar 2022 16:53:00 +0100 Subject: [PATCH] [meson] fix in osdep. Refs #140 --- src/osdep/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdep/meson.build b/src/osdep/meson.build index 5b7087da..c3e6ea64 100644 --- a/src/osdep/meson.build +++ b/src/osdep/meson.build @@ -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')