[MacOSX] Reorganize OSX Library PATH, first the USER's one then the SYSTEM's one
This commit is contained in:
parent
4d139b590f
commit
54fe3eeeee
|
@ -505,8 +505,8 @@ void EDA_APP::SetDefaultSearchPaths()
|
|||
#ifdef __WXMSW__
|
||||
tmp.AddEnvList( wxT( "PROGRAMFILES" ) );
|
||||
#elif __WXMAC__
|
||||
tmp.Add( wxT( "/Library/Application Support" ) );
|
||||
tmp.Add( wxString( wxGetenv( wxT( "HOME" ) ) ) + wxT( "/Library/Application Support" ) );
|
||||
tmp.Add( wxT( "/Library/Application Support" ) );
|
||||
#else
|
||||
tmp.AddEnvList( wxT( "PATH" ) );
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue