mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #8252 from HiassofT/le12-rpi-utils4
lg-gpio: fix wrong CROSS_PREFIX
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user