Re-enable KICAD_SCRIPTING_WXPYTHON
This keeps wxpython behind a build flag for platforms (mingw) that do not yet support it.
This commit is contained in:
@@ -93,7 +93,11 @@ SCRIPTING::~SCRIPTING()
|
||||
|
||||
bool SCRIPTING::IsWxAvailable()
|
||||
{
|
||||
#ifdef KICAD_SCRIPTING_WXPYTHON
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool SCRIPTING::scriptingSetup()
|
||||
|
||||
Reference in New Issue
Block a user