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.

27 lines
841B

  1. diff --git a/configure b/configure
  2. index 2db11e6..bccbff9 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -5184,9 +5184,6 @@ $as_echo "$as_me:
  6. fi
  7. -MULTIARCH=$($CC --print-multiarch 2>/dev/null)
  8. -
  9. -
  10. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5
  11. $as_echo_n "checking for the platform triplet based on compiler characteristics... " >&6; }
  12. cat >> conftest.c <<EOF
  13. @@ -5343,6 +5340,11 @@ $as_echo "none" >&6; }
  14. fi
  15. rm -f conftest.c conftest.out
  16. +if test x$PLATFORM_TRIPLET != xdarwin; then
  17. + MULTIARCH=$($CC --print-multiarch 2>/dev/null)
  18. +fi
  19. +
  20. +
  21. if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
  22. if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
  23. as_fn_error $? "internal configure error for the platform triplet, please file a bug report" "$LINENO" 5