added xschem_simulator to the default search paths

This commit is contained in:
Stefan Frederik 2021-01-03 18:49:39 +01:00
parent 89f32313c3
commit 160b6f1aa3
1 changed files with 5 additions and 0 deletions

View File

@ -133,6 +133,11 @@ int hook_postarg()
append("/local/xschem/xschem-lib-path", "/");
append("/local/xschem/xschem-lib-path", "share/doc/xschem/logic");
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/xschem_simulator");
append("/local/xschem/xschem-lib-path", ":");
append("/local/xschem/xschem-lib-path", get("/local/xschem/prefix"));
append("/local/xschem/xschem-lib-path", "/");