Add else path for defining SR_CONFIG_PATH

This commit is contained in:
twinaphex 2021-06-07 19:15:37 +02:00
parent adfabcb742
commit 9d92888846

View File

@ -23,7 +23,7 @@ const string WHITESPACE = " \n\r\t\f\v";
#if defined(_WIN32)
#define SR_CONFIG_PATHS ";.\\;.\\ini\\;"
#elif defined(__linux__)
#else
#define SR_CONFIG_PATHS ";./;./ini/;/etc/;"
#endif