config_host/config_skia.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ee4d7d11503fc4a93269a32dd1bf43d0ab3160e6 Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Fri Aug 28 11:55:57 2020 +0200 Commit: Luboš Luňák <l.lu...@collabora.com> CommitDate: Mon Sep 7 16:20:34 2020 +0200 fix typo in enabling Skia's SK_RELEASE Although this was probably harmless, as Skia by default decides this based on NDEBUG, if not explicitly set. Change-Id: I46f0d336cdb940d2214c67bdb461cb4f8d9140f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102164 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lu...@collabora.com> diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in index 4c1c169c800d..ba3d3c6c0a07 100644 --- a/config_host/config_skia.h.in +++ b/config_host/config_skia.h.in @@ -56,7 +56,7 @@ are the same. #else -#define DSK_RELEASE +#define SK_RELEASE #endif // DBG_UTIL _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits