From 9b9a8f47894760e7a95ed276feeef00d3b1c94d1 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 2 Nov 2021 18:28:53 +0000 Subject: fix gcc-wrapper for ccache.exe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- config_host.mk.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'config_host.mk.in') 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@ -- cgit