Fix compile error

This commit is contained in:
Seth Hillbrand 2021-01-13 13:21:27 -08:00
parent 605dcfbedf
commit e3e9bfc1b8
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ wxString PyScriptingPath( bool aUserPath )
#elif defined( __WXMSW__ )
path = Pgm().GetExecutablePath() + wxT( "../share/kicad/scripting" );
#else
path = KICAD_DATA + wxS( "/scripting" );
path = wxString( KICAD_DATA ) + wxS( "/scripting" );
#endif
}
}