add executable directory to autoload basedirs on non-Windows

This commit is contained in:
Fabian Greffrath 2022-02-22 13:52:36 +01:00
parent 595662ff86
commit 68e21d1fda

View File

@ -683,6 +683,9 @@ static struct {
{WOOFDATADIR, NULL},
#endif
{NULL, D_DoomPrefDir},
#if !defined(_WIN32) || defined(_WIN32_WCE)
{NULL, D_DoomExeDir},
#endif
{NULL, NULL},
};