Skip to content

Commit 4df4076

Browse files
author
tobyroseman
committed
yet another window specifc build fix
1 parent df63618 commit 4df4076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oss_local_scripts/make_egg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ package_egg() {
239239
mv ${EGG_PATH} ${NEW_EGG_PATH}
240240
EGG_PATH=${NEW_EGG_PATH}
241241
elif [[ $OSTYPE == msys ]]; then
242-
EGG_PATH=${WORKSPACE}/${build_type}/oss_src/unity/python/dist/SFrame-${VERSION_NUMBER}-cp27-none-win_amd64.whl
242+
EGG_PATH=`ls ${WORKSPACE}/${build_type}/oss_src/unity/python/dist/SFrame-${VERSION_NUMBER}-*-none-win_amd64.whl`
243243
elif [[ $OSTYPE == linux-* ]]; then
244244
PYTHON_VERSION=`$PYTHON_EXECUTABLE -V 2>&1 | perl -ne 'print m/^Python (\d\.\d)/'`
245245
NEW_EGG_PATH=${WORKSPACE}/${build_type}/oss_src/unity/python/dist/SFrame-${VERSION_NUMBER}-py${PYTHON_VERSION}.${archive_file_ext}

0 commit comments

Comments
 (0)