WIP: added force-link to rdb Python module so the rdb library is always linked

This commit is contained in:
Matthias Koefferlein 2018-06-22 00:02:27 +02:00
parent c2341ff213
commit 94a4c0df27
1 changed files with 3 additions and 0 deletions

View File

@ -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'")