mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 714178: Expose the value of CPP from configure to the rest of the build system. r=ted
This commit is contained in:
parent
db1396c128
commit
f7059df055
@ -371,6 +371,7 @@ HAVE_64BIT_OS = @HAVE_64BIT_OS@
|
||||
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
CPP = @CPP@
|
||||
|
||||
CC_VERSION = @CC_VERSION@
|
||||
CXX_VERSION = @CXX_VERSION@
|
||||
|
@ -192,6 +192,7 @@ HAVE_64BIT_OS = @HAVE_64BIT_OS@
|
||||
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
CPP = @CPP@
|
||||
|
||||
CC_VERSION = @CC_VERSION@
|
||||
CXX_VERSION = @CXX_VERSION@
|
||||
|
Loading…
Reference in New Issue
Block a user