Add missing arduino make option
This commit is contained in:
parent
aa7ebf9c26
commit
e850c344b8
3
gfx.mk
3
gfx.mk
@ -31,6 +31,9 @@ ifneq ($(GFXDEMO),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Include the operating system define
|
# Include the operating system define
|
||||||
|
ifeq ($(OPT_OS),arduino)
|
||||||
|
GFXDEFS += GFX_USE_OS_ARDUINO=TRUE
|
||||||
|
endif
|
||||||
ifeq ($(OPT_OS),win32)
|
ifeq ($(OPT_OS),win32)
|
||||||
GFXDEFS += GFX_USE_OS_WIN32=TRUE
|
GFXDEFS += GFX_USE_OS_WIN32=TRUE
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user