From f9feec0abfd186952997215ec324903cb896c386 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 25 Aug 2024 21:46:37 +0200 Subject: [PATCH] fix typo --- core/src/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/core.cpp b/core/src/core.cpp index bd6fab05..32cb0c34 100644 --- a/core/src/core.cpp +++ b/core/src/core.cpp @@ -250,7 +250,7 @@ int sdrpp_main(int argc, char* argv[]) { defConfig["lockMenuOrder"] = false; #endif -#if define(__ANDROID__) +#ifdef __ANDROID__ defConfig["modulesDirectory"] = root + SDRPP_MODULES_LOAD_DIR; defConfig["resourcesDirectory"] = root + SDRPP_RES_LOAD_DIR; #else