summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 21:05:25 -0500
committerDavid Robillard <d@drobilla.net>2024-11-23 21:05:25 -0500
commitd1adb25160e49b49f886999e5c3fedf968514700 (patch)
tree2e82bffecf8d6829ead503597198666a29b8f11d /meson.build
parent70a64605f7da52b463db610a5a42a5f4f749dda8 (diff)
downloadzix-d1adb25160e49b49f886999e5c3fedf968514700.tar.gz
zix-d1adb25160e49b49f886999e5c3fedf968514700.tar.bz2
zix-d1adb25160e49b49f886999e5c3fedf968514700.zip
Remove duplicate branch
Diffstat (limited to 'meson.build')
-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',