A universal MacOS build of current code #4465
emendelson
started this conversation in
Show and tell
Replies: 3 comments
-
It works fine! Thank you! =) |
Beta Was this translation helpful? Give feedback.
0 replies
-
And here's an SDL1 version (not fully tested, but should be OK): |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related: #4054 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a project I'm working on, I wanted to have a universal (Intel+AppleSilicon) build of DOSBox-X, but was frustrated by the issues described here: #4438 and other problems. Using macdylibbundler (https://github.com/auriamg/macdylibbundler) I was able to put together a universal app, by combining a version built on Intel and a version built on an M2 Mac, and using
lipo
to merge the executables.If anyone's interested, here it is (SDL2 only) in an app that's notarized. It should work on Intel Macs running Mojave or later (I built the Intel version under Mojave) and on any Apple Silicon Mac:
https://www.dropbox.com/scl/fi/27wv918rl9ckcjsjs03hl/DOSBox-X-Universal.zip?rlkey=qwgnftklgmjoizt9jznofce97&dl=0
Please let me know of any problems with this.
Beta Was this translation helpful? Give feedback.
All reactions