Skip to content

Commit

Permalink
feat: search standard libs in ../share/ (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derisis13 authored Feb 10, 2024
1 parent 209f7d1 commit fa4b7a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vhdl_lang/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ impl Config {
"../vhdl_libraries",
"../../vhdl_libraries",
"/usr/lib/rust_hdl/vhdl_libraries",
"../share/vhdl_libraries"
];

for dir in search_paths.into_iter() {
Expand Down

0 comments on commit fa4b7a7

Please sign in to comment.