mirror of
https://github.com/libretro/dolphin
synced 2024-12-21 12:46:17 +00:00
9e3d696056
The issue is caused from a wrong definition in `config.h`, which works perfectly on every device except for OSX. Such definition causes `curl_setup_once.h` to use `MSG_NOSIGNAL`, which is undefined on Apple devices. More details here: https://github.com/lpeterse/haskell-socket/issues/8#issuecomment-115650974 The most cross-platform-friendly way (IMHO obviously) is to say to Apple devices to ignore such definition, rewriting the preprocessor check as done in this commit. |
||
---|---|---|
.. | ||
include | ||
lib | ||
CMakeLists.txt | ||
COPYING | ||
curl.vcxproj |