Ticket #177 (closed defect: invalid)
trunk fails to build 3-way fat depending on order of archs
| Reported by: | dognotdog@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | MacRuby | Keywords: | arch, fat |
| Cc: |
Description
For example:
$ RC_ARCHS="ppc i386 x86_64" rake
fails to build on trunk r766, with various errors depending on the order of the archs.
This seems to work, though:
$ RC_ARCHS="i386 ppc x86_64" rake
On OS X 10.5.5 9F33 / Intel
Change History
Note: See
TracTickets for help on using
tickets.

