mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
add define for HAVE_LAKKA_NIGHTLY when used as option (#13155)
This commit is contained in:
parent
82d4cd9f19
commit
8f88610d32
@ -1041,6 +1041,10 @@ ifeq ($(HAVE_LAKKA_SWITCH), 1)
|
||||
DEFINES += -DHAVE_LAKKA_SWITCH
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_LAKKA_NIGHTLY), 1)
|
||||
DEFINES += -DHAVE_LAKKA_NIGHTLY
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_MENU_COMMON), 1)
|
||||
OBJ += menu/menu_setting.o \
|
||||
menu/menu_driver.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user