mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -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.
|
||||
# shellcheck disable=2086
|
||||
$CC $CFLAGS $CPPFLAGS -c ./*.c
|
||||
ar rc libnl-tiny.a ./*.o
|
||||
${CC:-cc} $CFLAGS $CPPFLAGS -c ./*.c
|
||||
${AR:-ar} rc libnl-tiny.a ./*.o
|
||||
)
|
||||
|
||||
cd wpa_supplicant
|
||||
|
Loading…
Reference in New Issue
Block a user