diff --git a/core/src/core.cpp b/core/src/core.cpp index bd6fab05f..32cb0c343 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