diff options
Diffstat (limited to 'bsd-user/meson.build')
| -rw-r--r-- | bsd-user/meson.build | 3 |
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) |