This commit is contained in:
AlexandreRouma 2024-08-25 21:46:37 +02:00
parent 4113e92759
commit f9feec0abf

View File

@ -250,7 +250,7 @@ int sdrpp_main(int argc, char* argv[]) {
defConfig["lockMenuOrder"] = false; defConfig["lockMenuOrder"] = false;
#endif #endif
#if define(__ANDROID__) #ifdef __ANDROID__
defConfig["modulesDirectory"] = root + SDRPP_MODULES_LOAD_DIR; defConfig["modulesDirectory"] = root + SDRPP_MODULES_LOAD_DIR;
defConfig["resourcesDirectory"] = root + SDRPP_RES_LOAD_DIR; defConfig["resourcesDirectory"] = root + SDRPP_RES_LOAD_DIR;
#else #else