mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-03-30 05:46:55 +00:00
Fix previous commit
This commit is contained in:
parent
1157b5b0b3
commit
b401505259
@ -390,6 +390,7 @@ wxString PATHS::GetStockPlugins3DPath()
|
||||
fn.Assign( envPath, wxEmptyString );
|
||||
fn.AppendDir( wxT( "usr" ) );
|
||||
fn.AppendDir( wxT( "lib" ) );
|
||||
fn.AppendDir( wxT( "x86_64-linux-gnu" ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user