Skip to content

Commit

Permalink
Don't link to TKV3d, depend on crates.io occt-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind committed Jul 30, 2023
1 parent 7a25f3e commit 9c9009a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion crates/opencascade-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cxx = "1"
[build-dependencies]
cmake = "0.1"
cxx-build = "1"
occt-sys = { path = "../occt-sys" }
occt-sys = "0.2"
1 change: 0 additions & 1 deletion crates/opencascade-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ fn main() {
println!("cargo:rustc-link-lib=static=TKBool");
println!("cargo:rustc-link-lib=static=TKBO");
println!("cargo:rustc-link-lib=static=TKOffset");
println!("cargo:rustc-link-lib=static=TKV3d");
println!("cargo:rustc-link-lib=static=TKXSBase");

if is_windows {
Expand Down

0 comments on commit 9c9009a

Please sign in to comment.