Skip to content

Commit fa4b7a7

Browse files
authored
feat: search standard libs in ../share/ (#259)
1 parent 209f7d1 commit fa4b7a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vhdl_lang/src/config.rs

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ impl Config {
205205
"../vhdl_libraries",
206206
"../../vhdl_libraries",
207207
"/usr/lib/rust_hdl/vhdl_libraries",
208+
"../share/vhdl_libraries"
208209
];
209210

210211
for dir in search_paths.into_iter() {

0 commit comments

Comments
 (0)