macOS build fix#1205
Conversation
Linking dependencies were wrapped in a check for Unix, not Apple. Apple doesn't have the atomic library, so it's not required for linking.
macOS build fix
|
Can confirm that the current latest commits cannot be built on macOS due to |
|
A macOS build is available: https://github.com/Mac-Andreas/omp-launcher-macOS |
Looks nice, but it is the omp server repo |
omp server launcher (with Wine layer) Qawno for MacOS: |
|
But omp server can be built for macos natively, and this PR is literally about that. There's no any point why it's needed to run the server under wine |
|
what about dl? is that linkage not required on macos either? |
Linking dependencies were wrapped in a check for Unix, not Apple.
Apple doesn't have the atomic library, so it's not required for linking.