Browse Source

gallium/auxiliary: add -D__STDC_CONSTANT_MACROS

Not sure why this is needed now, after the gallivm re-org.
tags/7.8-rc1
Brian Paul 15 years ago
parent
commit
ed46e90f05
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/gallium/auxiliary/Makefile

+ 3
- 0
src/gallium/auxiliary/Makefile View File

@@ -166,6 +166,9 @@ CPP_SOURCES += \
endif


LIBRARY_DEFINES += -D__STDC_CONSTANT_MACROS


include ../Makefile.template



Loading…
Cancel
Save