fix for openssl with MSVC when ccache is enabled
Change-Id: I93deea3a80178f51fff9a23328df7a67f308e052
This commit is contained in:
committed by
David Tardon
parent
1b0c68b61a
commit
0e866192ae
@@ -155,7 +155,8 @@ OUT2BIN += libeay32.dll
|
|||||||
# The env. vars CC and PERL are used by nmake, and nmake insists on '\'s
|
# The env. vars CC and PERL are used by nmake, and nmake insists on '\'s
|
||||||
# If WRAPCMD is set it is prepended before the compiler, don't touch that.
|
# If WRAPCMD is set it is prepended before the compiler, don't touch that.
|
||||||
.IF "$(WRAPCMD)"==""
|
.IF "$(WRAPCMD)"==""
|
||||||
CC!:=$(subst,/,\ $(normpath,1 $(CC)))
|
CC!:=$(subst,/,\ $(normpath,1 $(CC:1)))
|
||||||
|
CC!:=$(CC:s/ccache/ccache cl.exe/)
|
||||||
.EXPORT : CC
|
.EXPORT : CC
|
||||||
.ENDIF
|
.ENDIF
|
||||||
PERL_bak:=$(PERL)
|
PERL_bak:=$(PERL)
|
||||||
|
Reference in New Issue
Block a user