blob: e77c4efd3d3cb14cd6842ff3401c262f82d73a4a [file] [log] [blame]
--- cffi-v1.14.4/setup.py.orig 2021-01-22 18:37:13.453727900 -0800
+++ cffi-v1.14.4/setup.py 2021-01-22 18:38:01.125798300 -0800
@@ -90,7 +89,7 @@
_safe_to_ignore()
def ask_supports_sync_synchronize():
- if sys.platform == 'win32' or no_compiler_found:
+ if no_compiler_found:
return
config = get_config()
ok = config.try_link('int main(void) { __sync_synchronize(); return 0; }')