From ebc1b561cf88937611d7ae489c81b72bebd188d4 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 23 Dec 2022 18:05:31 +0300 Subject: Ouch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1eee60d..271bb9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ if(DJGPP OR MSDOS) add_definitions(-DADLMIDI_HW_OPL) endif() -if(Nintendo3DS) +if(NINTENDO_3DS) set(ADLMIDI_3DS 1) add_definitions(-DDOSBOX_NO_MUTEX) endif() -- cgit v1.2.3