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
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
OS X has switched to x86_64 by default, but the libutf Makefile uses
per-platform makefiles and only has Make.Darwin-i386, so doesn't compile by
default. homebrew deals with this by just manually overwriting the line in the
Makefile, and this seems to work:
https://github.com/mxcl/homebrew/pull/14766/files
I guess somebody could also chase it down upstream and make them do the right
thing?
Original issue reported on code.google.com by f...@dropbox.com on 19 Mar 2013 at 9:48