We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d28449 commit de5d749Copy full SHA for de5d749
Files.cpp
@@ -67,7 +67,7 @@ void Files::Init(const char * const *argv)
67
}
68
if(resources.back() != SEP)
69
resources += SEP;
70
-#if defined __linux__
+#if defined __linux__ || defined __FreeBSD__ || defined __DragonFly__
71
// Special case, for Linux: the resource files are not in the same place as
72
// the executable, but are under the same prefix (/usr or /usr/local).
73
static const string LOCAL_PATH = "/usr/local/";
0 commit comments