mirror of https://github.com/KLayout/klayout.git
Fixed link errors for pyacore on Win
This commit is contained in:
parent
f5fd47bd4b
commit
b6fe8d2699
4
setup.py
4
setup.py
|
|
@ -953,6 +953,8 @@ pya = Extension(config.root + '.pyacore',
|
||||||
include_dirs=[_laybasic_path,
|
include_dirs=[_laybasic_path,
|
||||||
_layview_path,
|
_layview_path,
|
||||||
_lib_path,
|
_lib_path,
|
||||||
|
_db_path,
|
||||||
|
_rdb_path,
|
||||||
_img_path,
|
_img_path,
|
||||||
_ant_path,
|
_ant_path,
|
||||||
_edt_path,
|
_edt_path,
|
||||||
|
|
@ -963,6 +965,8 @@ pya = Extension(config.root + '.pyacore',
|
||||||
extra_objects=[config.path_of('_laybasic', _laybasic_path),
|
extra_objects=[config.path_of('_laybasic', _laybasic_path),
|
||||||
config.path_of('_layview', _layview_path),
|
config.path_of('_layview', _layview_path),
|
||||||
config.path_of('_lib', _lib_path),
|
config.path_of('_lib', _lib_path),
|
||||||
|
config.path_of('_db', _db_path),
|
||||||
|
config.path_of('_rdb', _rdb_path),
|
||||||
config.path_of('_img', _img_path),
|
config.path_of('_img', _img_path),
|
||||||
config.path_of('_ant', _ant_path),
|
config.path_of('_ant', _ant_path),
|
||||||
config.path_of('_edt', _edt_path),
|
config.path_of('_edt', _edt_path),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue