diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-06-21 13:26:35 +0300 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-06-21 16:59:39 +0200 |
commit | 40e43ae633e00811236ce09710b52062789236ab (patch) | |
tree | 3fc65fd56c535eb0c88b52e7d59fc271e938d337 /config_host.mk.in | |
parent | c276694bc06ae460a78532757db08e531b478e20 (diff) |
No need to fiddle with ICU UChar typedef anymore
The affected external dependencies should be building with c++11 by now
already.
Change-Id: I0d1f8aed6ed28f510f456a368b724c3c4eeb3240
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153389
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 4652474720b7..0d857cf6043c 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -330,7 +330,6 @@ export ICU_CFLAGS=$(gb_SPACE)@ICU_CFLAGS@ export ICU_LIBS=$(gb_SPACE)@ICU_LIBS@ export ICU_MAJOR=@ICU_MAJOR@ export ICU_MINOR=@ICU_MINOR@ -export ICU_UCHAR_TYPE=@ICU_UCHAR_TYPE@ export INTROSPECTION_SCANNER=@INTROSPECTION_SCANNER@ export ILIB=@ILIB@ export ILIB_FOR_BUILD=@ILIB_FOR_BUILD@ |