Skip to content

Commit 0b2eb28

Browse files
committed
flite attempt avoid bug when building with multiple cores #723
1 parent d6240db commit 0b2eb28

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

patches/flite-2.1.0_mingw-w64-fixes.patch

+11
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,14 @@
6969
#else
7070
int utf8_sequence_length(char c0)
7171
#endif
72+
--- main/Makefile.orig 2024-01-29 23:38:42.373755700 -0700
73+
+++ main/Makefile 2024-01-29 23:38:56.806369400 -0700
74+
@@ -85,7 +85,7 @@
75+
shared_libs: nothing
76+
endif
77+
78+
-.NOTPARALLEL: $(ALL)
79+
+.NOTPARALLEL:
80+
81+
flite_lang_list:
82+
rm -f flite_lang_list.c

0 commit comments

Comments
 (0)