Fix compile error
This commit is contained in:
parent
605dcfbedf
commit
e3e9bfc1b8
|
@ -663,7 +663,7 @@ wxString PyScriptingPath( bool aUserPath )
|
||||||
#elif defined( __WXMSW__ )
|
#elif defined( __WXMSW__ )
|
||||||
path = Pgm().GetExecutablePath() + wxT( "../share/kicad/scripting" );
|
path = Pgm().GetExecutablePath() + wxT( "../share/kicad/scripting" );
|
||||||
#else
|
#else
|
||||||
path = KICAD_DATA + wxS( "/scripting" );
|
path = wxString( KICAD_DATA ) + wxS( "/scripting" );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue