[eglib] Workaround lack of raise().
authorJoão Matos <joao@tritao.eu>
Fri, 24 Jul 2015 18:49:29 +0000 (19:49 +0100)
committerJoão Matos <joao@tritao.eu>
Fri, 24 Jul 2015 18:58:56 +0000 (19:58 +0100)
eglib/src/eglib-config.h.in

index ba0f93f9be53ddad6d9470987036458efb4df91e..8f5a245cfebac07514f809750e28dd8210685183 100644 (file)
@@ -36,7 +36,7 @@ typedef signed   @GSIZE@ gssize;
 #define G_HAVE_ISO_VARARGS
 #endif
 
-#if defined (__native_client__)
+#if defined (__native_client__) || defined (HOST_WATCHOS)
 #undef G_BREAKPOINT
 #define G_BREAKPOINT()
 #endif