diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2021-08-28 21:20:03 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2021-08-28 21:23:10 +0000 |
commit | f81528f28eaf3f85e88b768ab408ec31dd621b25 (patch) | |
tree | dc3c803644804277ac0165025eb3baa39a68126a /cad/klayout/files/patch-src-db-unit_tests-unit_tests.pro | |
parent | 54764895bab54e5886c5d9a6190a113bfa2f8b58 (diff) |
Diffstat (limited to 'cad/klayout/files/patch-src-db-unit_tests-unit_tests.pro')
-rw-r--r-- | cad/klayout/files/patch-src-db-unit_tests-unit_tests.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cad/klayout/files/patch-src-db-unit_tests-unit_tests.pro b/cad/klayout/files/patch-src-db-unit_tests-unit_tests.pro new file mode 100644 index 000000000000..4179a0463d6e --- /dev/null +++ b/cad/klayout/files/patch-src-db-unit_tests-unit_tests.pro @@ -0,0 +1,9 @@ +--- src/db/unit_tests/unit_tests.pro.orig 2021-08-28 17:26:04 UTC ++++ src/db/unit_tests/unit_tests.pro +@@ -87,5 +87,5 @@ SOURCES = \ + INCLUDEPATH += $$TL_INC $$DB_INC $$GSI_INC + DEPENDPATH += $$TL_INC $$DB_INC $$GSI_INC + +-LIBS += -L$$DESTDIR_UT -lklayout_db -lklayout_tl -lklayout_gsi ++LIBS += $$DESTDIR_UT/libklayout_db.so $$DESTDIR_UT/libklayout_tl.so $$DESTDIR_UT/libklayout_gsi.so + |