mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 17:53:00 +02:00
Proper installation target for klayout Python module.
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ win32 {
|
||||
# because the library is called xyx0.dll.
|
||||
CONFIG += skip_target_version_ext
|
||||
|
||||
lib_target.path = $$PREFIX/klayout
|
||||
lib_target.path = $$PREFIX/pymod/klayout
|
||||
lib_target.files += $$DESTDIR_PYMOD/$${TARGET}.dll
|
||||
INSTALLS = lib_target
|
||||
|
||||
@@ -34,7 +34,7 @@ win32 {
|
||||
|
||||
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
|
||||
INSTALLS = lib_target
|
||||
|
||||
|
||||
Reference in New Issue
Block a user