Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 220 forks source link

cygwin support #41

Closed stu247 closed 9 years ago

stu247 commented 9 years ago

In order to use Krakatau within cygwin a line in script_util.ph needs to change from

    if 'win' in osname and 'darwin' not in osname:

to if 'win' in osname and 'darwin' not in osname and 'cygwin' not in osname:

Please consider making this change. Thanks!

Storyyeller commented 9 years ago

Done.