mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bzip2: dont use $TARGET_* variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
98fa01ed8a
commit
6c55ec91f5
@ -58,7 +58,7 @@ pre_make_target() {
|
||||
}
|
||||
|
||||
make_target() {
|
||||
make -f Makefile-libbz2_so CC=$TARGET_CC CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||
make -f Makefile-libbz2_so CC=$CC CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||
}
|
||||
|
||||
post_make_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user