mirror of
https://github.com/ParkerTenBroeck/hdl_sim.git
synced 2026-06-06 21:24:06 -04:00
fixed bug
This commit is contained in:
parent
00dcf6d3f8
commit
d979e99ce5
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ fn main() {
|
||||||
let out_release_dir = workspace_root.join("target").join("release");
|
let out_release_dir = workspace_root.join("target").join("release");
|
||||||
std::fs::create_dir_all(&out_release_dir).expect("failed to create workspace target/release");
|
std::fs::create_dir_all(&out_release_dir).expect("failed to create workspace target/release");
|
||||||
|
|
||||||
// conn currently builds as libconn.a; keep a compatibility alias for relay/src/build.rs (libvhdl_ui.a).
|
// conn currently builds as libvhdl_conn.a; keep a compatibility alias for relay/src/build.rs (libvhdl_ui.a).
|
||||||
let src_lib = isolated_release_dir.join("libconn.a");
|
let src_lib = isolated_release_dir.join("libvhdl_conn.a");
|
||||||
if !src_lib.exists() {
|
if !src_lib.exists() {
|
||||||
panic!(
|
panic!(
|
||||||
"build script failed: expected static library not found at {}",
|
"build script failed: expected static library not found at {}",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue