|
|
|
|
|
by geraldcombs
303 days ago
|
|
For us (Wireshark) the difficulty wasn't with our own codebase, but with getting our dependencies ported over. Most libraries built just fine, but some strongly assumed that "Windows" meant "x86". It's not just Windows, either. Many libraries (particularly ones that use Autotools) are absolutely blind to the notion that you might want a universal binary on macOS. |
|
IIRC it was eventually removed because nobody else needed to do such a thing so it was hard to maintain.