Skip to content
Snippets Groups Projects
Commit 86935aab authored by deuce's avatar deuce
Browse files

Check for /usr/include/inttypes.h to define HAS_INTTYPES_H

parent 2a95d4cf
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,10 @@ else
machine := $(os).$(machine)
endif
ifeq ($(shell if [ -f /usr/include/inttypes.h ] ; then echo YES ; fi),YES)
CFLAGS += -DHAS_INTTYPES_H
endif
LIBODIR := $(CCPRE).$(machine).lib.$(BUILDPATH)
OBJODIR := $(CCPRE).$(machine).obj.$(BUILDPATH)
MTOBJODIR := $(CCPRE).$(machine).obj.$(BUILDPATH)-mt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment