aboutsummaryrefslogtreecommitdiff
path: root/patches/build.rs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/build.rs.patch')
-rw-r--r--patches/build.rs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/build.rs.patch b/patches/build.rs.patch
new file mode 100644
index 0000000..4af564f
--- /dev/null
+++ b/patches/build.rs.patch
@@ -0,0 +1,13 @@
+diff --git a/build.rs b/build.rs
+index 1f2b2bf5..4da24a10 100644
+--- a/build.rs
++++ b/build.rs
+@@ -7,6 +7,8 @@
+ // notice may not be copied, modified, or distributed except
+ // according to those terms.
+
++#![feature(str_split_once)]
++
+ use std::{env, fs::File, io::BufWriter, path::Path};
+
+ mod autogen;