Skip to content

Commit

Permalink
Merge pull request #3 from direc85/1.75.0
Browse files Browse the repository at this point in the history
Remove leftover code from previous attempt
  • Loading branch information
rubdos authored Feb 19, 2024
2 parents 62fed52 + 7dfc933 commit f6df00f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions 0009-Relocate-unset-tmp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,3 @@ index dd9d277fb..160e472cf 100644
let output = out_filename(
sess,
crate_type,
@@ -1904,6 +1917,10 @@ fn add_linked_symbol_object(
return;
};

+ if std::env::var("SB2_RUST_TARGET_TRIPLE").is_ok() {
+ return;
+ }
+
if file.format() == object::BinaryFormat::Coff {
// NOTE(nbdd0121): MSVC will hang if the input object file contains no sections,
// so add an empty section.

0 comments on commit f6df00f

Please sign in to comment.