Merge pull request #8252 from HiassofT/le12-rpi-utils4

lg-gpio: fix wrong CROSS_PREFIX
This commit is contained in:
Christian Hewitt 2023-10-26 13:49:49 +04:00 committed by GitHub
commit 3f1d810f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ pre_configure_target() {
} }
make_target() { make_target() {
make liblgpio.so CROSS_PREFIX=${TARGET_KERNEL_PREFIX} make liblgpio.so CROSS_PREFIX=${TARGET_PREFIX}
( (
cd PY_LGPIO cd PY_LGPIO
swig -python lgpio.i swig -python lgpio.i