From 627aafac866b8eef562e9772998d0967f26b1c20 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 23 Jun 2021 21:55:56 +0900 Subject: Remove also debug symbol directory at clean on macOS --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 09d9f720b6..90b5a75b04 100644 --- a/configure.ac +++ b/configure.ac @@ -962,6 +962,8 @@ AS_CASE(["$target_os"], [*android*], [ AS_UNSET(ORIG_LIBS) POSTLINK=: AC_SUBST(POSTLINK) +cleanlibs= +AC_SUBST(cleanlibs) AS_CASE(["$target_os"], [nextstep*], [ ], [openstep*], [ ], @@ -1060,6 +1062,7 @@ main() AC_CHECK_HEADERS(crt_externs.h, [], [], [ #include ]) + cleanlibs='$(TARGET_SO).dSYM' ], [hpux*], [ LIBS="-lm $LIBS" ac_cv_c_inline=no], -- cgit v1.2.3