From 9d92888846803cc7a66414304e606dd049558c99 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 7 Jun 2021 19:15:37 +0200 Subject: [PATCH] Add else path for defining SR_CONFIG_PATH --- deps/switchres/switchres.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/switchres/switchres.cpp b/deps/switchres/switchres.cpp index 4889e3014c..b5721d9b39 100644 --- a/deps/switchres/switchres.cpp +++ b/deps/switchres/switchres.cpp @@ -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