diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-07-21 21:39:23 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-07-26 13:32:37 +0200 |
commit | 5d051f443bcd4b79041ef379bf032b76616f9ce2 (patch) | |
tree | 2b3ff9f6b5ea064ce085222e8c94b13751347735 /config_host.mk.in | |
parent | 2fb06e18ae6fcf4813d98aa3fda0bcd1c9b9a7d0 (diff) |
build Skia also on Mac
This only builds the library, without using it.
Change-Id: I54e940bcaa61852b831dbe7ae5660a5daf5fe609
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119356
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index f2117f306615..d74fecae9522 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -550,6 +550,7 @@ export SERF_CFLAGS=$(gb_SPACE)@SERF_CFLAGS@ export SERF_LIBS=$(gb_SPACE)@SERF_LIBS@ export SHA256SUM=@SHA256SUM@ export SHOWINCLUDES_PREFIX=@SHOWINCLUDES_PREFIX@ +export SKIA_DISABLE_VMA_USE_STL_SHARED_MUTEX=@SKIA_DISABLE_VMA_USE_STL_SHARED_MUTEX@ export SOLARINC=@SOLARINC@ export SORT=@SORT@ export SPLIT_APP_MODULES=@SPLIT_APP_MODULES@ |