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