Take a stab at fixing Python build issue.

This commit is contained in:
Jeff Young 2021-02-27 23:56:47 +00:00
parent 8ab1f957a2
commit 061218e567
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ HANDLE_EXCEPTIONS(BOARD::TracksInNetBetweenPoints)
%ignore BOARD::BOARD();
// Do not wrap internal-only structures
%ignore BOARD::m_CachesMutex;
%ignore BOARD::m_InsideCourtyardCache;
%ignore BOARD::m_InsideAreaCache;
%ignore BOARD::m_CopperZoneRTrees;