Skip to content

Commit

Permalink
fix comtypes packaging: never include the 'gen' directory
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18798 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 22, 2018
1 parent 4861e85 commit f580998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/win32/MINGW_BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ fi
if [ -e "${DIST}/lib/cx_Logging.pyd" ]; then
mv "${DIST}/lib/cx_Logging.pyd" "${DIST}/"
fi
#fixup cx freeze wrongly including an empty dir:
rm -fr "${DIST}/lib/comtypes/gen"

if [ "${BUNDLE_OPENGL}" == "1" ]; then
if [ -e "${DIST}/OpenGL" ]; then
Expand Down

0 comments on commit f580998

Please sign in to comment.