From f81528f28eaf3f85e88b768ab408ec31dd621b25 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 29 Aug 2021 06:20:03 +0900 Subject: cad/klayout: update to 0.27.3 --- cad/klayout/files/patch-src-pyastub-pyastub.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cad/klayout/files/patch-src-pyastub-pyastub.pro (limited to 'cad/klayout/files/patch-src-pyastub-pyastub.pro') 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 \ -- cgit v1.2.3