4 lines
86 B
Makefile
4 lines
86 B
Makefile
|
ifeq ($(strip $(IOS_DEVICE_ENABLE )), yes)
|
||
|
OPT_DEFS += -DIOS_DEVICE_ENABLE
|
||
|
endif
|