Browse Source

Fixed for arm64.

Brucey 3 years ago
parent
commit
55c0117507
1 changed files with 1 additions and 1 deletions
  1. 1 1
      blitz.mod/bdwgc/include/private/gcconfig.h

+ 1 - 1
blitz.mod/bdwgc/include/private/gcconfig.h

@@ -149,7 +149,7 @@ EXTERN_C_BEGIN
 #    define AARCH64
 #    if !defined(LINUX) && !defined(DARWIN) && !defined(FREEBSD) \
         && !defined(NETBSD) && !defined(NN_BUILD_TARGET_PLATFORM_NX) \
-        && !defined(OPENBSD)
+        && !defined(OPENBSD) && !defined(_WIN32)
 #      define NOSYS
 #      define mach_type_known
 #    endif