diff options
author | Brian Paul <[email protected]> | 2010-02-09 13:10:05 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-09 13:10:07 -0700 |
commit | ed46e90f05195350c6861e9d3a4315cce86a9b3c (patch) | |
tree | 81886f94c8d92796b63538e4459e884903c19aa8 | |
parent | 822d951b5d3e07db0dd5cd609ebe2e9a7750f027 (diff) |
gallium/auxiliary: add -D__STDC_CONSTANT_MACROS
Not sure why this is needed now, after the gallivm re-org.
-rw-r--r-- | src/gallium/auxiliary/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 02c65a9b2d9..507ca6e6aaa 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -166,6 +166,9 @@ CPP_SOURCES += \ endif +LIBRARY_DEFINES += -D__STDC_CONSTANT_MACROS + + include ../Makefile.template |