2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

wpa_supplicant: don't assume AR

This commit is contained in:
git-bruh 2022-03-26 14:29:16 +05:30
parent 213c88c1d2
commit 495e9384b0
No known key found for this signature in database
GPG Key ID: E1475C50075ADCE6

View File

@ -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