add "inst_sch_select" example dir in search path in scconfig/hooks.c

This commit is contained in:
stefan schippers 2023-05-05 07:59:24 +02:00
parent d23388ff71
commit a185172b6b
1 changed files with 5 additions and 0 deletions

View File

@ -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", "/");