mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #7361 from Nachtzuster/fix-cross-compile
fix cross-compile simplejson
This commit is contained in:
commit
8dc9e207c1
@ -14,6 +14,7 @@ PKG_TOOLCHAIN="manual"
|
|||||||
|
|
||||||
pre_make_target() {
|
pre_make_target() {
|
||||||
export PYTHONXCPREFIX="${SYSROOT_PREFIX}/usr"
|
export PYTHONXCPREFIX="${SYSROOT_PREFIX}/usr"
|
||||||
|
export LDSHARED="${CC} -shared"
|
||||||
}
|
}
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user