mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
add executable directory to autoload basedirs on non-Windows
This commit is contained in:
parent
595662ff86
commit
68e21d1fda
@ -683,6 +683,9 @@ static struct {
|
||||
{WOOFDATADIR, NULL},
|
||||
#endif
|
||||
{NULL, D_DoomPrefDir},
|
||||
#if !defined(_WIN32) || defined(_WIN32_WCE)
|
||||
{NULL, D_DoomExeDir},
|
||||
#endif
|
||||
{NULL, NULL},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user