llvmpipe: add extra flags to DEFINES, no CFLAGS
Doesn't make any real difference but -D flags are put into DEFINES everywhere else.
This commit is contained in:
@@ -3,7 +3,7 @@ include $(TOP)/configs/current
|
||||
|
||||
LIBNAME = llvmpipe
|
||||
|
||||
CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
|
||||
DEFINES += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
|
||||
|
||||
C_SOURCES = \
|
||||
lp_scene.c \
|
||||
|
||||
Reference in New Issue
Block a user