browserbuild
browserbuild copied to clipboard
Example won't build in Windows
The example in the README won't build properly from the Windows cmd.exe command line (I'm running Windows 7 x64). The error is:
error: option -m, --main <name>' argument missing, got-e'
which suggest some kind of command line parsing error.
The example works fine from a bash shell.
-Steve