7
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:
Seth Hillbrand 2025-03-07 08:42:35 -08:00
parent 1157b5b0b3
commit b401505259

View File

@ -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
{