aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout/files/patch-src-lym-unit_tests-unit_tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'cad/klayout/files/patch-src-lym-unit_tests-unit_tests.pro')
-rw-r--r--cad/klayout/files/patch-src-lym-unit_tests-unit_tests.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/cad/klayout/files/patch-src-lym-unit_tests-unit_tests.pro b/cad/klayout/files/patch-src-lym-unit_tests-unit_tests.pro
new file mode 100644
index 000000000000..641526ad49b9
--- /dev/null
+++ b/cad/klayout/files/patch-src-lym-unit_tests-unit_tests.pro
@@ -0,0 +1,25 @@
+--- src/lym/unit_tests/unit_tests.pro.orig 2021-08-28 16:47:48 UTC
++++ src/lym/unit_tests/unit_tests.pro
+@@ -12,17 +12,17 @@ SOURCES = \
+ INCLUDEPATH += $$RBA_INC $$PYA_INC $$LYM_INC $$TL_INC $$GSI_INC
+ DEPENDPATH += $$RBA_INC $$PYA_INC $$LYM_INC $$TL_INC $$GSI_INC
+
+-LIBS += -L$$DESTDIR_UT -lklayout_lym -lklayout_tl -lklayout_gsi
++LIBS += $$DESTDIR_UT/libklayout_lym.so $$DESTDIR_UT/libklayout_tl.so $$DESTDIR_UT/libklayout_gsi.so
+
+ equals(HAVE_RUBY, "1") {
+- LIBS += -lklayout_rba
++ LIBS += $$DESTDIR_UT/libklayout_rba.so
+ } else {
+- LIBS += -lklayout_rbastub
++ LIBS += $$DESTDIR_UT/libklayout_rbastub.so
+ }
+
+ equals(HAVE_PYTHON, "1") {
+- LIBS += -lklayout_pya
++ LIBS += $$DESTDIR_UT/libklayout_pya.so
+ } else {
+- LIBS += -lklayout_pyastub
++ LIBS += $$DESTDIR_UT/libklayout_pyastub.so
+ }
+