aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/cygwin.txt
blob: 9ec86736d904d9bf1def204f2713a0b55d2d79f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
os_type unix

# 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.
build_shared no

install_root c:\Botan
doc_dir docs

<target_features>
gettimeofday
</target_features>