diff options
Diffstat (limited to 'community/firefox-esr/fix-rust-target.patch')
-rw-r--r-- | community/firefox-esr/fix-rust-target.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/firefox-esr/fix-rust-target.patch b/community/firefox-esr/fix-rust-target.patch index 7dd760ca1d..8c4b6739ab 100644 --- a/community/firefox-esr/fix-rust-target.patch +++ b/community/firefox-esr/fix-rust-target.patch @@ -1,6 +1,6 @@ --- a/build/moz.configure/rust.configure +++ b/build/moz.configure/rust.configure -@@ -181,9 +181,11 @@ +@@ -280,9 +280,11 @@ die("Don't know how to translate {} for rustc".format( host_or_target.alias)) @@ -13,7 +13,7 @@ in_fd, in_path = mkstemp(prefix='conftest', suffix='.rs') out_fd, out_path = mkstemp(prefix='conftest', suffix='.rlib') os.close(out_fd) -@@ -220,7 +222,7 @@ +@@ -319,7 +321,7 @@ os.remove(out_path) # This target is usable. |