libretro-dolphin/Externals/curl
Giovanni Santini 9e3d696056 Fix compilation issue for Apple devices
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.
2020-08-27 19:11:43 +01:00
..
include Externals: Add libcurl. 2016-06-18 18:31:40 +02:00
lib Fix compilation issue for Apple devices 2020-08-27 19:11:43 +01:00
CMakeLists.txt Externals: Add libcurl. 2016-06-18 18:31:40 +02:00
COPYING Externals: Add libcurl. 2016-06-18 18:31:40 +02:00
curl.vcxproj msbuild: re-enable standalone vcxproj processing 2020-08-22 16:17:50 -07:00