mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
wpa_supplicant: don't assume AR
This commit is contained in:
parent
213c88c1d2
commit
495e9384b0
@ -15,8 +15,8 @@ export LDFLAGS="-L$PWD/libnl"
|
|||||||
|
|
||||||
# CFLAGS must expand to individual arguments.
|
# CFLAGS must expand to individual arguments.
|
||||||
# shellcheck disable=2086
|
# shellcheck disable=2086
|
||||||
$CC $CFLAGS $CPPFLAGS -c ./*.c
|
${CC:-cc} $CFLAGS $CPPFLAGS -c ./*.c
|
||||||
ar rc libnl-tiny.a ./*.o
|
${AR:-ar} rc libnl-tiny.a ./*.o
|
||||||
)
|
)
|
||||||
|
|
||||||
cd wpa_supplicant
|
cd wpa_supplicant
|
||||||
|
Loading…
Reference in New Issue
Block a user