Skip to content

Commit

Permalink
i hate linkers. v4.0.109
Browse files Browse the repository at this point in the history
Signed-off-by: Julia DeMille <me@jdemille.com>
  • Loading branch information
judemille committed Feb 29, 2024
1 parent 210ae31 commit c913f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "xplane-sys"
version = "4.0.108"
version = "4.0.109"
authors = ["Julia DeMille <me@jdemille.com>"]
description = "Low-level bindings for the X-Plane plugin SDK"
repository = "https://git.sr.ht/~jdemille/xplane-sys"
Expand Down
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ fn handle_platform(crate_path: &Path) {
.build();
println!(
"cargo:rustc-link-search={}",
dst.join("xplm/src").to_str().unwrap()
dst.join("build/xplm/src").to_str().unwrap()
);
println!(
"cargo:rustc-link-search={}",
dst.join("xpwidgets/src").to_str().unwrap()
dst.join("build/xpwidgets/src").to_str().unwrap()
);
println!("cargo:rustc-link-lib=dylib:+verbatim=XPLM_64.so");
println!("cargo:rustc-link-lib=dylib:+verbatim=XPWidgets_64.so");
Expand Down

0 comments on commit c913f8b

Please sign in to comment.