Skip to content

Commit

Permalink
quick fix on accidentaly deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquetc committed Aug 1, 2023
1 parent 6fda61b commit cdf2478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/qt-build-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ impl QtBuild {
let lib_path = self.qmake_query("QT_INSTALL_LIBS");
println!("cargo:rustc-link-search={lib_path}");

let target = env::var("TARGET");
let prefix = match &target {
Ok(target) => {
if target.contains("windows") {
Expand Down

0 comments on commit cdf2478

Please sign in to comment.