mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-20 02:20:04 +01:00
Set AR_FLAGS in configure.ac to avoid build warning "ar: u' modifier ignored since D' is the default (see `U')"
This commit is contained in:
parent
f71db0d2c3
commit
5c168a55ff
@ -31,8 +31,8 @@ AC_DISABLE_STATIC dnl This makes libtool only build shared libs
|
|||||||
|
|
||||||
AC_LANG(C++)
|
AC_LANG(C++)
|
||||||
|
|
||||||
|
# Set AR_FLAGS to avoid build warning "ar: `u' modifier ignored since `D' is the default (see `U')"
|
||||||
|
AR_FLAGS='cr'
|
||||||
|
|
||||||
|
|
||||||
dnl ############################################################################
|
dnl ############################################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user