mirror of https://github.com/KLayout/klayout.git
Proper installation target for klayout Python module.
This commit is contained in:
parent
8845d18c74
commit
33a9782f77
|
|
@ -26,7 +26,7 @@ win32 {
|
||||||
# because the library is called xyx0.dll.
|
# because the library is called xyx0.dll.
|
||||||
CONFIG += skip_target_version_ext
|
CONFIG += skip_target_version_ext
|
||||||
|
|
||||||
lib_target.path = $$PREFIX/klayout
|
lib_target.path = $$PREFIX/pymod/klayout
|
||||||
lib_target.files += $$DESTDIR_PYMOD/$${TARGET}.dll
|
lib_target.files += $$DESTDIR_PYMOD/$${TARGET}.dll
|
||||||
INSTALLS = lib_target
|
INSTALLS = lib_target
|
||||||
|
|
||||||
|
|
@ -34,7 +34,7 @@ win32 {
|
||||||
|
|
||||||
QMAKE_POST_LINK += $(MKDIR) $$DESTDIR_PYMOD && $(COPY) $(DESTDIR)$(TARGET) $$DESTDIR_PYMOD/$${TARGET}.so
|
QMAKE_POST_LINK += $(MKDIR) $$DESTDIR_PYMOD && $(COPY) $(DESTDIR)$(TARGET) $$DESTDIR_PYMOD/$${TARGET}.so
|
||||||
|
|
||||||
lib_target.path = $$PREFIX/klayout
|
lib_target.path = $$PREFIX/pymod/klayout
|
||||||
lib_target.files += $$DESTDIR_PYMOD/$${TARGET}.so
|
lib_target.files += $$DESTDIR_PYMOD/$${TARGET}.so
|
||||||
INSTALLS = lib_target
|
INSTALLS = lib_target
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue