Skip to content

Commit

Permalink
Kludge to get cygwin to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Apr 29, 2021
1 parent cfc56ca commit 7e26e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions patchlevel.h
Expand Up @@ -152,6 +152,9 @@ hunk.
# elif defined(PERL_MICRO)
# define PERL_PATCHNUM "UNKNOWN-microperl"
# define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/
# elif defined(__CYGWIN__)
# define PERL_PATCHNUM "UNKNOWN-cygwin"
# define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/
# else
# include "git_version.h"
# endif
Expand Down

0 comments on commit 7e26e39

Please sign in to comment.