mirror of https://github.com/KLayout/klayout.git
WIP: added force-link to rdb Python module so the rdb library is always linked
This commit is contained in:
parent
c2341ff213
commit
94a4c0df27
|
|
@ -22,4 +22,7 @@
|
|||
|
||||
#include "../pymodHelper.h"
|
||||
|
||||
// to force linking of the rdb module
|
||||
#include "../../rdb/rdb/rdbForceLink.h"
|
||||
|
||||
DEFINE_PYMOD(rdb, "rdb", "KLayout core module 'rdb'")
|
||||
|
|
|
|||
Loading…
Reference in New Issue