diff --git a/libafl_extras/meson.build b/libafl_extras/meson.build index 100d4efc21..e8d633fae8 100644 --- a/libafl_extras/meson.build +++ b/libafl_extras/meson.build @@ -2,4 +2,5 @@ specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files( 'syx-snapshot/device-save.c', 'syx-snapshot/syx-snapshot.c', 'syx-snapshot/channel-buffer-writeback.c', + 'exit.c', )])