diff options
author | Luboš Luňák <l.lunak@centrum.cz> | 2021-11-02 18:28:53 +0000 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-11-03 07:27:21 +0100 |
commit | 9b9a8f47894760e7a95ed276feeef00d3b1c94d1 (patch) | |
tree | d9304e87909718eab1b4a07061314204900b3637 /config_host.mk.in | |
parent | 33db559089fcf5ff9f6e0e5bb4e41fce969cbdad (diff) |
fix gcc-wrapper for ccache.exe
This reverts a part of 18cc01b63996f81b284e3bc827d1be7f3da8983a .
Change-Id: Ib7abbc41eeb6abd573f540ae2d0d2822e68b9abb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124613
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 4b4f58f80fc2..ff8944af0cce 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -667,8 +667,6 @@ export TOUCH=@TOUCH@ export UCRTSDKDIR=@UCRTSDKDIR@ export UCRTVERSION=@UCRTVERSION@ export UCRT_REDISTDIR=@UCRT_REDISTDIR@ -export UNCACHED_CC=@UNCACHED_CC@ -export UNCACHED_CXX=@UNCACHED_CXX@ export USE_LD=@USE_LD@ export USE_LIBRARY_BIN_TAR=@USE_LIBRARY_BIN_TAR@ export USE_XINERAMA=@USE_XINERAMA@ |