Home » Developing U++ » Mac OS » Fat binaries: good news and bad news
Fat binaries: good news and bad news [message #59740] |
Thu, 30 March 2023 11:41 |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
- building fat binaries is really trivial, no changes to theide required - you just add "-arch arm64 -arch x86_64" to common and link build method options, so perhaps nothing else than another predefined build method is required ("CLANG FAT")
- unfortunately homebrew installs just native openssl (arm64 on M2 mac), so we have a problem there (as we require openssl to build theide)
- I am also struggling with deployment target - what I build on Ventura refuses to run on Monterey no matter what I do (-mmacosx-version-min=10.13 should do the trick, but apparently it does not).
|
|
|
Goto Forum:
Current Time: Fri Apr 25 12:25:42 CEST 2025
Total time taken to generate the page: 0.00855 seconds
|