Raymond Toy pushed to branch master at cmucl / cmucl Commits: 74a55ee0 by Raymond Toy at 2024-12-30T15:35:44+00:00 Fix #362: Simplify library search-list - - - - - ecbe6bb8 by Raymond Toy at 2024-12-30T15:35:44+00:00 Merge branch 'issue-362-simplify-library-search-list' into 'master' Fix #362: Simplify library search-list Closes #362 See merge request cmucl/cmucl!259 - - - - - 1 changed file: - src/lisp/lisp.c Changes: ===================================== src/lisp/lisp.c ===================================== @@ -93,8 +93,6 @@ static char *cmucllib_search_list[] = { "./.", "./../lib/cmucl/lib", "./../lib", - "/usr/local/lib/cmucl/lib", - "/usr/lib/cmucl", NULL }; View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/adac84ea6504952250800b2... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/adac84ea6504952250800b2... You're receiving this email because of your account on gitlab.common-lisp.net.