You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building utf8proc using parallel make (-j) often fails.
I believe the problem is the top-level Makefile, where there are multiple invocations of make in data/ that do know know about each other but manipulate the same files.
Building utf8proc using parallel
make
(-j) often fails.I believe the problem is the top-level Makefile, where there are multiple invocations of
make
in data/ that do know know about each other but manipulate the same files.utf8proc/Makefile
Lines 126 to 136 in 2484e2e
The text was updated successfully, but these errors were encountered: