Skip to content

Commit

Permalink
break the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jan 30, 2024
1 parent 66dfb5b commit a0633eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/cxx-qt-build/src/broken.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
3yumj{!,,,,,
1 change: 1 addition & 0 deletions crates/cxx-qt-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +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");
// 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 a0633eb

Please sign in to comment.