aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout/files/patch-src-lay-lay-laySystemPaths.cc
blob: 34e2fca7105764ac9325ae029f5f12cd139daa30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/lay/lay/laySystemPaths.cc.orig	2022-12-22 22:17:08 UTC
+++ src/lay/lay/laySystemPaths.cc
@@ -26,6 +26,8 @@
 #include "tlString.h"
 #include "tlEnv.h"
 
+#include "laySystemPathsDefaults.h"
+
 #include <QDir>
 #include <QFileInfo>
 #include <QCoreApplication>
@@ -121,6 +123,7 @@ get_klayout_path ()
     } else {
       klayout_path.push_back (tl::get_inst_path ());
     }
+    split_path (PLUGINS_BASEDIR, klayout_path);
 
     return klayout_path;