Skip to content

Commit 7e62dc7

Browse files
Blackhexeukarpov
andcommitted
Add aarch64-pc-cygwin-target
Co-authored-by: Evgeny Karpov <[email protected]>
1 parent c8295a8 commit 7e62dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw-w64-headers/crt/_cygwin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
The Cygwin-targeting gcc does not define it by default, same as
3030
with _WIN32. Therefore we set it here. The result is that _WIN64
3131
is only defined if Windows headers are included. */
32-
#ifdef __x86_64__
32+
#if defined(__x86_64__) || defined(__aarch64__)
3333
#define _WIN64
3434
#endif
3535

0 commit comments

Comments
 (0)