mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
i2c-tools: dont use $TARGET_* variables
This commit is contained in:
parent
e826bb66d6
commit
b3604a7c9f
@ -37,7 +37,7 @@ pre_make_target() {
|
||||
|
||||
make_target() {
|
||||
make EXTRA="py-smbus" \
|
||||
CC="$TARGET_CC" \
|
||||
CC="$CC" \
|
||||
AR="$TARGET_AR" \
|
||||
CFLAGS="$TARGET_CFLAGS" \
|
||||
CPPFLAGS="$TARGET_CPPFLAGS -I${SYSROOT_PREFIX}/usr/include/python2.7"
|
||||
|
Loading…
x
Reference in New Issue
Block a user