diff --git a/engine/platform/nswitch/sys_nswitch.c b/engine/platform/nswitch/sys_nswitch.c index 805a814771..7f280cfa77 100644 --- a/engine/platform/nswitch/sys_nswitch.c +++ b/engine/platform/nswitch/sys_nswitch.c @@ -55,6 +55,7 @@ static const solder_export_t aux_exports[] = SOLDER_EXPORT_SYMBOL( strchrnul ), SOLDER_EXPORT_SYMBOL( stpcpy ), SOLDER_EXPORT_SYMBOL( _Unwind_Resume ), + SOLDER_EXPORT_SYMBOL( _Unwind_GetIPInfo ), }; const solder_export_t *__solder_aux_exports = aux_exports;