Fix run from build dir for step
This commit is contained in:
parent
2bac898298
commit
6ddc5c1a6e
|
@ -383,8 +383,8 @@ void DIALOG_EXPORT_STEP::onExportButton( wxCommandEvent& aEvent )
|
|||
#else
|
||||
if( wxGetEnv( wxT( "KICAD_RUN_FROM_BUILD_DIR" ), nullptr ) )
|
||||
{
|
||||
fn.RemoveLastDir();
|
||||
fn.AppendDir( "kicad" );
|
||||
appK2S.RemoveLastDir();
|
||||
appK2S.AppendDir( "kicad" );
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue