Skip to content

Commit 119b724

Browse files
committed
build: drop thin archives, not really necessary for now
1 parent 382c735 commit 119b724

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build/autotools/SetupLibtool.m4

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
if test -z "$AR_FLAGS"; then
2-
if "${AR:-ar}" -V | grep -q 'GNU ar'; then
3-
AR_FLAGS="cruT"
4-
else
5-
AR_FLAGS="cru"
6-
fi
7-
fi
8-
AC_SUBST([AR_FLAGS])
9-
101
LT_PREREQ([2.2])
112

123
AC_DISABLE_STATIC

0 commit comments

Comments
 (0)