File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -28,28 +28,6 @@ fn main() {
28
28
. write_to_file ( out_path. join ( "bindings.rs" ) )
29
29
. expect ( "Couldn't write bindings!" ) ;
30
30
31
- /*
32
- let patch_path = manifest_dir.join("ttf2mesh-fix.patch");
33
- let patch_file = std::fs::File::open(patch_path).unwrap();
34
-
35
- //// patching, see https://github.com/fetisov/ttf2mesh/pull/2
36
- if std::process::Command::new("patch")
37
- .arg("-v")
38
- .status()
39
- .is_err()
40
- {
41
- panic!("Can not apply ttf2mesh patch. Please make sure that you have `patch` command installed.")
42
- }
43
-
44
- std::process::Command::new("patch")
45
- .current_dir(manifest_dir.join("ttf2mesh"))
46
- .args("-r - --forward -p1".split(" "))
47
- .stdin(patch_file)
48
- .status()
49
- .unwrap();
50
- //// /patching
51
- */
52
-
53
31
cc:: Build :: new ( )
54
32
. flag ( "-Wall" )
55
33
. flag ( "-pedantic" )
You can’t perform that action at this time.
0 commit comments