Skip to content

Commit

Permalink
Merge pull request doxygen#8438 from albert-github/feature/bug_filesy…
Browse files Browse the repository at this point in the history
…stem_cygwin

Building Cygwin version of doxygen fails
  • Loading branch information
doxygen authored Mar 19, 2021
2 parents 236a485 + 74d0d9f commit 2a01a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#ifndef GHC_OS_DETECTED
#if defined(__APPLE__) && defined(__MACH__)
#define GHC_OS_MACOS
#elif defined(__linux__)
#elif defined(__linux__) || defined(__CYGWIN__)
#define GHC_OS_LINUX
#if defined(__ANDROID__)
#define GHC_OS_ANDROID
Expand Down

0 comments on commit 2a01a70

Please sign in to comment.