From a185172b6bb51d2273ab8cd1e8634575b8ba0de6 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 5 May 2023 07:59:24 +0200 Subject: [PATCH] add "inst_sch_select" example dir in search path in scconfig/hooks.c --- scconfig/hooks.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scconfig/hooks.c b/scconfig/hooks.c index f7255efa..ff44eb0a 100644 --- a/scconfig/hooks.c +++ b/scconfig/hooks.c @@ -184,6 +184,11 @@ int hook_postarg() append("/local/xschem/xschem-lib-path", "/"); append("/local/xschem/xschem-lib-path", "share/doc/xschem/generators"); + append("/local/xschem/xschem-lib-path", ":"); + append("/local/xschem/xschem-lib-path", get("/local/xschem/prefix")); + append("/local/xschem/xschem-lib-path", "/"); + append("/local/xschem/xschem-lib-path", "share/doc/xschem/inst_sch_select"); + append("/local/xschem/xschem-lib-path", ":"); append("/local/xschem/xschem-lib-path", get("/local/xschem/prefix")); append("/local/xschem/xschem-lib-path", "/");