Fix build issue in c9925704
This commit is contained in:
parent
43ab43ec9e
commit
2d84092457
|
@ -1231,6 +1231,8 @@ void PCB_EDIT_FRAME::PythonPluginsShowFolder()
|
||||||
|
|
||||||
system( msg.c_str() );
|
system( msg.c_str() );
|
||||||
#else
|
#else
|
||||||
|
wxString pypath( PYTHON_DEST );
|
||||||
|
|
||||||
// Quote in case there are spaces in the path.
|
// Quote in case there are spaces in the path.
|
||||||
AddDelimiterString( pypath );
|
AddDelimiterString( pypath );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue