Skip to content

Commit 4fcaad6

Browse files
committed
add wildcard for system
1 parent c9bf64d commit 4fcaad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/python/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function build_python() {
131131
fi
132132
try cp $BUILD_hostpython/hostpython $HOSTPYTHON
133133
try cp libpython2.7.so $LIBS_PATH/
134-
try cp -a build/lib.${system}-${machine}-2.7/_ctypes*.so $LIBS_PATH
134+
try cp -a build/lib.*-${machine}-2.7/_ctypes*.so $LIBS_PATH
135135

136136
# reduce python
137137
rm -rf "$BUILD_PATH/python-install/lib/python2.7/test"

0 commit comments

Comments
 (0)