Merge pull request #7361 from Nachtzuster/fix-cross-compile

fix cross-compile simplejson
This commit is contained in:
Rudi Heitbaum 2023-11-13 22:41:26 +11:00 committed by GitHub
commit 8dc9e207c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {