Skip to content

Commit d6c66e5

Browse files
committed
Feat: Also consider /usr/local/lib when looking for the vhdl libraries
1 parent e1741bd commit d6c66e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vhdl_lang/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ impl Config {
258258
"../vhdl_libraries",
259259
"../../vhdl_libraries",
260260
"/usr/lib/rust_hdl/vhdl_libraries",
261+
"/usr/local/lib/rust_hdl/vhdl_libraries",
261262
"../share/vhdl_libraries",
262263
];
263264

0 commit comments

Comments
 (0)