继续修复arm64编译问题

This commit is contained in:
Yue-Lan 2023-04-25 15:31:20 +08:00
parent a479f74d25
commit 471b33db9d
1 changed files with 5 additions and 0 deletions

View File

@ -492,6 +492,11 @@ test_threaded_toggle_notify (void)
} }
#endif #endif
#if defined(__aarch64__)
g_test_skip ("skip arm64 test");
return;
#endif
g_object_add_toggle_ref (object, on_toggle_notify, &data); g_object_add_toggle_ref (object, on_toggle_notify, &data);
g_object_unref (object); g_object_unref (object);