mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-26 19:30:21 +00:00
Set ARFLAGS to -r on Alpine Linux
This commit is contained in:
parent
6ecc789df1
commit
a75a7d87ff
@ -221,7 +221,11 @@ endif
|
||||
|
||||
# We honor ARFLAGS, but the "v" option used by default causes a noisy make
|
||||
ifeq ($(ARFLAGS),rv)
|
||||
ARFLAGS = r
|
||||
ARFLAGS = r
|
||||
else
|
||||
ifeq ($(ARFLAGS),-rv)
|
||||
ARFLAGS = -r
|
||||
endif
|
||||
endif
|
||||
|
||||
# Original MinGW targets Win2k by default, but lacks proper Win2k support
|
||||
|
Loading…
Reference in New Issue
Block a user