aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/cygwin.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-04-27 12:45:53 +0000
committerlloyd <[email protected]>2015-04-27 12:45:53 +0000
commit77d259fdcb4d0aaf3a760836bc6dca5642077be5 (patch)
treeecc09c00a29d084f79414db075cc0755ba841e6a /src/build-data/os/cygwin.txt
parent871b26cc455ea4539f41477c92df042d654521b4 (diff)
Add .exe suffix to MinGW and Cygwin binaries also
Diffstat (limited to 'src/build-data/os/cygwin.txt')
-rw-r--r--src/build-data/os/cygwin.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/os/cygwin.txt b/src/build-data/os/cygwin.txt
index 9ec86736d..bedb10732 100644
--- a/src/build-data/os/cygwin.txt
+++ b/src/build-data/os/cygwin.txt
@@ -1,5 +1,7 @@
os_type unix
+program_suffix .exe
+
# Cygwin supports shared libs fine, but there are problems with making a Botan
# shared library when libraries it depends on are static-only (such as libz).
# So until I can figure out a work-around, it's disabled.