diff options
Diffstat (limited to 'make_helpers/cygwin.mk')
-rw-r--r-- | make_helpers/cygwin.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make_helpers/cygwin.mk b/make_helpers/cygwin.mk index f99be134..e69c0b1b 100644 --- a/make_helpers/cygwin.mk +++ b/make_helpers/cygwin.mk @@ -37,4 +37,7 @@ ifndef CYGWIN_MK include ${MAKE_HELPERS_DIRECTORY}unix.mk + # In cygwin executable files have the Windows .exe extension type. + BIN_EXT := .exe + endif |