mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 10:30:52 +00:00
unzip: use cflags correctly
This commit is contained in:
parent
7af5fff73b
commit
1887e85842
@ -38,8 +38,7 @@ make_target() {
|
||||
RANLIB=$TARGET_RANLIB \
|
||||
AR=$TARGET_AR \
|
||||
STRIP=$TARGET_STRIP \
|
||||
CFLAGS="$CFLAGS" \
|
||||
-f unix/Makefile generic
|
||||
-f unix/Makefile generic LOCAL_UNZIP="$CFLAGS"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
Reference in New Issue
Block a user