Fixed Windows build.

This commit is contained in:
Matthias Koefferlein 2018-07-14 08:55:46 +02:00
parent 5ea72893f3
commit 817ab9cd1c
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ get_klayout_path ()
split_path (tl::to_string (QString ((const QChar *) env)), klayout_path);
} else {
get_other_system_paths (klayout_path);
klayout_path.push_back (get_inst_path ());
klayout_path.push_back (tl::get_inst_path ());
}
#else
char *env = getenv ("KLAYOUT_PATH");