bzip2: dont use $TARGET_* variables

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-09-23 14:29:49 -07:00 committed by Lukas Rusak
parent 98fa01ed8a
commit 6c55ec91f5
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -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() {