aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/cygwin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/os/cygwin.txt')
-rw-r--r--src/build-data/os/cygwin.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/os/cygwin.txt b/src/build-data/os/cygwin.txt
index 7290648c2..f7c1f49ed 100644
--- a/src/build-data/os/cygwin.txt
+++ b/src/build-data/os/cygwin.txt
@@ -3,6 +3,10 @@ os_type unix
install_root c:\Botan
doc_dir docs
+<target_features>
+gettimeofday
+</target_features>
+
# 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.