mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 08:31:48 +00:00
minor change (path added in gestfig.cpp, linux only)
This commit is contained in:
parent
3104b5d885
commit
1e11a70ef1
@ -73,6 +73,7 @@ static wxString s_KicadBinaryPathList[] = {
|
||||
wxT( "/usr/local/bin/" ),
|
||||
wxT( "/usr/local/kicad/bin/" ),
|
||||
wxT( "/usr/local/kicad/linux/" ),
|
||||
wxT( "/usr/local/kicad/linux-non_unicode/" ),
|
||||
#endif
|
||||
wxT( "end_list" ) // End of list symbol, do not change
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user