mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
ci: Remove the workaround for CI_AR from ci_verify_makefiles.sh
This commit is contained in:
parent
1cdde11877
commit
63c715b7d7
@ -110,10 +110,7 @@ function ci_build {
|
||||
all_make_vars+=(CPPFLAGS="$CI_CPP_FLAGS")
|
||||
}
|
||||
[[ $CI_AR ]] && {
|
||||
all_make_vars+=(
|
||||
AR="${CI_AR:-ar}"
|
||||
AR_RC="${CI_AR:-ar} rc"
|
||||
)
|
||||
all_make_vars+=(AR="$CI_AR")
|
||||
}
|
||||
[[ $CI_RANLIB ]] && {
|
||||
all_make_vars+=(RANLIB="$CI_RANLIB")
|
||||
|
Loading…
x
Reference in New Issue
Block a user