summary refs log tree commit diff stats
path: root/bsd-user/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-user/meson.build')
-rw-r--r--bsd-user/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsd-user/meson.build b/bsd-user/meson.build
index 5378f56f71..87885d91ed 100644
--- a/bsd-user/meson.build
+++ b/bsd-user/meson.build
@@ -12,3 +12,6 @@ bsd_user_ss.add(files(
   'syscall.c',
   'uaccess.c',
 ))
+
+# Pull in the OS-specific build glue, if any
+subdir(targetos)