Disable 64-bit mach_* APIs for SPM

This commit is contained in:
Ivan Matkov 2020-04-30 19:53:40 +03:00
Родитель dabcefce57
Коммит 47d261e211
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@
*
* @sa mach_exceptions
*/
#if !TARGET_OS_IPHONE
#if !TARGET_OS_IPHONE && !SWIFT_PACKAGE
/* If true, the mach_exc* APIs are available. */
# define PL_MACH64_EXC_API 1