Skip to content

Commit

Permalink
fix(rust_hdl): add vhdl_libraries link (#6140)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Olson <[email protected]>
  • Loading branch information
jacob-olson2 and Jacob Olson authored Jul 7, 2024
1 parent 50a1bb4 commit ae6dcf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/rust_hdl/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ source:
- target: darwin_arm64
file: vhdl_ls-aarch64-apple-darwin.zip
bin: vhdl_ls-aarch64-apple-darwin/bin/vhdl_ls
libraries: vhdl_ls-aarch64-apple-darwin/vhdl_libraries/
- target: linux_x64
file: vhdl_ls-x86_64-unknown-linux-musl.zip
bin: vhdl_ls-x86_64-unknown-linux-musl/bin/vhdl_ls
libraries: vhdl_ls-x86_64-unknown-linux-musl/vhdl_libraries/
- target: win_x64
file: vhdl_ls-x86_64-pc-windows-msvc.zip
bin: vhdl_ls-x86_64-pc-windows-msvc/bin/vhdl_ls.exe
libraries: vhdl_ls-x86_64-pc-windows-msvc/bin/vhdl_libraries/

bin:
vhdl_ls: "{{source.asset.bin}}"
share:
vhdl_libraries/: "{{source.asset.libraries}}"

0 comments on commit ae6dcf8

Please sign in to comment.