Skip to content

Commit

Permalink
fixed Makefile _ssd
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Sep 2, 2017
1 parent d06a1f9 commit 087280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -98,7 +98,7 @@ win:
cp -r applications/examples ../web2py_win/web2py/applications
cp applications/__init__.py ../web2py_win/web2py/applications
# per https://github.com/web2py/web2py/issues/1716
mv ../web2py_win/web2py/_ssl.pyd ../web2py_win/web2py/_ssl.pyd.legacy
mv ../web2py_win/web2py/_ssl.pyd ../web2py_win/web2py/_ssl.pyd.legacy | echo 'done'
cd ../web2py_win; zip -r web2py_win.zip web2py
mv ../web2py_win/web2py_win.zip .
run:
Expand Down

0 comments on commit 087280e

Please sign in to comment.