Add FCUserData declaration into Application.cpp to properly read FREECAD_USER_DATA environment variable
This commit is contained in:
parent
b0eea10e8e
commit
c473ef4c75
|
@ -1900,6 +1900,7 @@ void Application::ParseOptions(int ac, char ** av)
|
|||
void Application::ExtractUserPath()
|
||||
{
|
||||
// std paths
|
||||
char *FCUserData;
|
||||
mConfig["BinPath"] = mConfig["AppHomePath"] + "bin" + PATHSEP;
|
||||
mConfig["DocPath"] = mConfig["AppHomePath"] + "doc" + PATHSEP;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user