mirror of https://github.com/KLayout/klayout.git
WIP: fixed build
This commit is contained in:
parent
750c85fecb
commit
741e9d73e3
|
|
@ -39,7 +39,6 @@
|
|||
#include "version.h"
|
||||
|
||||
// required to force linking of the "ext" and "lib" module
|
||||
#include "extForceLink.h"
|
||||
#include "libForceLink.h"
|
||||
#include "antForceLink.h"
|
||||
#include "imgForceLink.h"
|
||||
|
|
|
|||
|
|
@ -25,9 +25,6 @@
|
|||
// to force linking of the lay module
|
||||
#include "../../lay/lay/layForceLink.h"
|
||||
|
||||
// to force linking of the ext module
|
||||
#include "../../ext/ext/extForceLink.h"
|
||||
|
||||
// NOTE: img, ant, edt and rdb don't need to be force-linked
|
||||
// as they are hard-linked by lay
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@
|
|||
#endif
|
||||
|
||||
// required to force linking of the "ext", "lib" and "drc" module
|
||||
#include "extForceLink.h"
|
||||
#include "libForceLink.h"
|
||||
#if defined(HAVE_RUBY)
|
||||
#include "drcForceLink.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue