From 817ab9cd1c11235103d120d6d53d0eb39267bbfb Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 14 Jul 2018 08:55:46 +0200 Subject: [PATCH] Fixed Windows build. --- src/lay/lay/laySystemPaths.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lay/lay/laySystemPaths.cc b/src/lay/lay/laySystemPaths.cc index 44f048ff4..0943c0f24 100644 --- a/src/lay/lay/laySystemPaths.cc +++ b/src/lay/lay/laySystemPaths.cc @@ -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");