File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,9 @@ function push_arm() {
230
230
export MAKE=" make -j5"
231
231
export READELF=" $TOOLCHAIN_PREFIX -readelf"
232
232
233
+ # This will need to be updated to support Python versions other than 2.7
234
+ export BUILDLIB_PATH=" $BUILD_hostpython /build/lib.linux-` uname -m` -2.7/"
235
+
233
236
# Use ccache ?
234
237
which ccache & > /dev/null
235
238
if [ $? -eq 0 ]; then
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function build_twisted() {
27
27
export LDFLAGS=" $LDFLAGS -L$LIBS_PATH "
28
28
export LDSHARED=" $LIBLINK "
29
29
30
- export PYTHONPATH=$BUILD_hostpython /Lib/site-packages: $BUILD_hostpython /build/lib.linux-x86_64-2.7
30
+ export PYTHONPATH=$SITEPACKAGES_PATH : $BUILDLIB_PATH
31
31
32
32
# fake try to be able to cythonize generated files
33
33
$HOSTPYTHON setup.py build_ext
You can’t perform that action at this time.
0 commit comments