Skip to content

Commit

Permalink
break
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jan 30, 2024
1 parent 3a55f4b commit e6fd736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cxx-qt-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ impl CxxQtBuilder {
builder.flag_if_supported("-Wa,-mbig-obj");
// macOS
builder.flag_if_supported(&format!("-mmacosx-version-min={}", macos_deployment_target));
builder.file("broken.cpp");
builder.file(&format!("{}/broken.cpp", env!("CARGO_MANIFEST_DIR"));
// Enable Qt Gui in C++ if the feature is enabled
#[cfg(feature = "qt_gui")]
builder.define("CXX_QT_GUI_FEATURE", None);
Expand Down

0 comments on commit e6fd736

Please sign in to comment.