Skip to content

Commit

Permalink
TEMP COMMIT: print cmake output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxinal committed Aug 9, 2024
1 parent 33ff1e4 commit 6530d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uiohook-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fn main() {
.define("USE_XTEST", "OFF")
.define("USE_XT", "OFF")
.build();
println!("cmake out: {}", dst.display());
println!("cargo:rustc-link-search=native={}/lib64", dst.display());
println!("cargo:rustc-link-lib=static=uiohook");
println!("cargo:rustc-link-lib=X11");
Expand Down

0 comments on commit 6530d5f

Please sign in to comment.