simplejson: fix cross-compile to enable build of _speedups.so

This commit is contained in:
frederik 2023-01-09 17:45:23 +01:00
parent c0b809ef44
commit b312090bc1

View File

@ -14,6 +14,7 @@ PKG_TOOLCHAIN="manual"
pre_make_target() {
export PYTHONXCPREFIX="${SYSROOT_PREFIX}/usr"
export LDSHARED="${CC} -shared"
}
make_target() {