Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
345B

  1. diff --git a/src/float_cast.h b/src/float_cast.h
  2. index 0318427..b891b68 100644
  3. --- a/src/float_cast.h
  4. +++ b/src/float_cast.h
  5. @@ -209,7 +209,7 @@
  6. return res [1] ;
  7. } /* double2int */
  8. -#elif (defined (__MACH__) && defined (__APPLE__))
  9. +#elif (defined (__MACH__) && defined (__APPLE__) && !defined(__aarch64__))
  10. /* For Apple MacOSX. */