瀏覽代碼

macOS: fix atomics using deprecated functions instead of compiler intrinsics, when SDL is built with the Xcode project.

Alex Szpakowski 6 年之前
父節點
當前提交
39e8b007a7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/SDL_config_macosx.h

+ 2 - 0
include/SDL_config_macosx.h

@@ -130,6 +130,8 @@
 #define HAVE_SYSCONF    1
 #define HAVE_SYSCONF    1
 #define HAVE_SYSCTLBYNAME 1
 #define HAVE_SYSCTLBYNAME 1
 
 
+#define HAVE_GCC_ATOMICS 1
+
 /* Enable various audio drivers */
 /* Enable various audio drivers */
 #define SDL_AUDIO_DRIVER_COREAUDIO  1
 #define SDL_AUDIO_DRIVER_COREAUDIO  1
 #define SDL_AUDIO_DRIVER_DISK   1
 #define SDL_AUDIO_DRIVER_DISK   1