Skip to content

Commit

Permalink
Use a wrapper script for running emsdk.py
Browse files Browse the repository at this point in the history
This change moves the python code for emsdk into a file ending in .py.
This script is then run via emsdk.bat on windows or emsdk (a shell
script) on non-windows.

This avoid the #!/bin/sh at the top of the python script and the "exec"
hack on the first line that re-runs it under python.  Hopefully this
preserves the intent of #273 without jumping through so many hoops.
  • Loading branch information
sbc100 committed Aug 19, 2019
1 parent d92a831 commit e54d76f
Show file tree
Hide file tree
Showing 7 changed files with 2,781 additions and 2,794 deletions.
2 changes: 1 addition & 1 deletion .flake8
@@ -1,3 +1,3 @@
[flake8]
ignore = E111,E114,E501,E261,E266,E121,E402,E241,E701
filename = emsdk
filename = emsdk.py

0 comments on commit e54d76f

Please sign in to comment.