summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build7
1 files changed, 1 insertions, 6 deletions
diff --git a/meson.build b/meson.build
index 3ec4c41..55ed750 100644
--- a/meson.build
+++ b/meson.build
@@ -333,12 +333,7 @@ sources = files(
'src/tree.c',
)
-if host_machine.system() == 'darwin'
- sources += files(
- 'src/posix/filesystem_posix.c',
- 'src/posix/system_posix.c',
- )
-elif host_machine.system() == 'windows'
+if host_machine.system() == 'windows'
sources += files(
'src/win32/filesystem_win32.c',
'src/win32/system_win32.c',