[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__
|
#ifdef __WXMSW__
|
||||||
tmp.AddEnvList( wxT( "PROGRAMFILES" ) );
|
tmp.AddEnvList( wxT( "PROGRAMFILES" ) );
|
||||||
#elif __WXMAC__
|
#elif __WXMAC__
|
||||||
tmp.Add( wxT( "/Library/Application Support" ) );
|
|
||||||
tmp.Add( wxString( wxGetenv( wxT( "HOME" ) ) ) + wxT( "/Library/Application Support" ) );
|
tmp.Add( wxString( wxGetenv( wxT( "HOME" ) ) ) + wxT( "/Library/Application Support" ) );
|
||||||
|
tmp.Add( wxT( "/Library/Application Support" ) );
|
||||||
#else
|
#else
|
||||||
tmp.AddEnvList( wxT( "PATH" ) );
|
tmp.AddEnvList( wxT( "PATH" ) );
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue