mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
Always respect AQUARIA_EXTRA_DATA_DIR define. Thx smls.
This commit is contained in:
parent
d8da8576e8
commit
6971e7898f
1 changed files with 1 additions and 2 deletions
|
@ -99,8 +99,7 @@ static void CheckConfig(void)
|
|||
dsqParam = AQUARIA_DEFAULT_DATA_DIR;
|
||||
#endif
|
||||
#ifdef AQUARIA_EXTRA_DATA_DIR
|
||||
if(!envPath)
|
||||
extraDataDir = AQUARIA_EXTRA_DATA_DIR;
|
||||
extraDataDir = AQUARIA_EXTRA_DATA_DIR;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue