diff options
Diffstat (limited to 'cad/klayout/files/patch-src-pyastub-pyastub.pro')
-rw-r--r-- | cad/klayout/files/patch-src-pyastub-pyastub.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/klayout/files/patch-src-pyastub-pyastub.pro b/cad/klayout/files/patch-src-pyastub-pyastub.pro new file mode 100644 index 000000000000..aaa46834b199 --- /dev/null +++ b/cad/klayout/files/patch-src-pyastub-pyastub.pro @@ -0,0 +1,11 @@ +--- src/pyastub/pyastub.pro.orig 2021-08-28 16:58:33 UTC ++++ src/pyastub/pyastub.pro +@@ -10,7 +10,7 @@ SOURCES = pya.cc + + INCLUDEPATH += $$TL_INC $$GSI_INC + DEPENDPATH += $$TL_INC $$GSI_INC +-LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi ++LIBS += $$DESTDIR/libklayout_tl.so $$DESTDIR/libklayout_gsi.so + + HEADERS += \ + pyaCommon.h \ |