am ad9209ad
: Merge "Define __STDC_FORMAT_MACROS on Windows host builds."
* commit 'ad9209adff8d2f94c57387ee3d3abcff28049091': Define __STDC_FORMAT_MACROS on Windows host builds.
This commit is contained in:
commit
0a468d6ef7
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ endif # BUILD_HOST_64bit
|
|||
endif # USE_MINGW
|
||||
endif # Linux
|
||||
|
||||
# Workaround differences in inttypes.h between host and target.
|
||||
# See bug 12708004.
|
||||
HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS
|
||||
|
||||
HOST_CC := $(TOOLS_PREFIX)gcc$(TOOLS_EXE_SUFFIX)
|
||||
HOST_CXX := $(TOOLS_PREFIX)g++$(TOOLS_EXE_SUFFIX)
|
||||
HOST_AR := $(TOOLS_PREFIX)ar$(TOOLS_EXE_SUFFIX)
|
||||
|
|
Loading…
Reference in a new issue