mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #8252 from HiassofT/le12-rpi-utils4
lg-gpio: fix wrong CROSS_PREFIX
This commit is contained in:
commit
3f1d810f1c
@ -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