mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
lg-gpio: fix wrong CROSS_PREFIX
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
ed9dfe120f
commit
a0c33c6b85
@ -19,7 +19,7 @@ pre_configure_target() {
|
||||
}
|
||||
|
||||
make_target() {
|
||||
make liblgpio.so CROSS_PREFIX=${TARGET_KERNEL_PREFIX}
|
||||
make liblgpio.so CROSS_PREFIX=${TARGET_PREFIX}
|
||||
(
|
||||
cd PY_LGPIO
|
||||
swig -python lgpio.i
|
||||
|
Loading…
x
Reference in New Issue
Block a user