Skip to content

Commit

Permalink
Identify Cygwin platform as "cygwin"
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Dec 18, 2017
1 parent 64e79f3 commit aca41e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/platforms/platform_cygwin.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
#define DUK_SETJMP(jb) _setjmp((jb))
#define DUK_LONGJMP(jb) _longjmp((jb), 1)

#define DUK_USE_OS_STRING "windows"
#define DUK_USE_OS_STRING "cygwin"

0 comments on commit aca41e7

Please sign in to comment.