Skip to content
Snippets Groups Projects
Commit 265a2e42 authored by deuce's avatar deuce
Browse files

Include test for HAS_INTTYPES_H

parent 1300d8ae
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,10 @@ ifeq ($(OS),Darwin) ...@@ -73,6 +73,10 @@ ifeq ($(OS),Darwin)
else else
LDFLAGS += $(CFLAGS) -shared LDFLAGS += $(CFLAGS) -shared
endif endif
ifeq ($(shell if [ -f /usr/include/inttypes.h ] ; then echo YES ; fi),YES)
CFLAGS += -DHAS_INTTYPES_H
endif
# /MTd /Zi - for debug # /MTd /Zi - for debug
# #
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment