diff options
author | Jack Lloyd <[email protected]> | 2017-01-07 12:38:40 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-07 12:39:24 -0500 |
commit | df1f7e3e780d5998ee32dfef37b2a3abc3b67d90 (patch) | |
tree | ef4dfe932c3cb7ccb0d7f5abfcf78153fb7f2e11 | |
parent | c46692e9562e0faa6961532c21998d5cd5c2ee20 (diff) |
Cygwin has readdir, so uses it.
Fixes a test problem on Cygwin.
GH #824
[ci skip]
-rw-r--r-- | src/build-data/os/cygwin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/cygwin.txt b/src/build-data/os/cygwin.txt index 956f5b28d..a1234dc13 100644 --- a/src/build-data/os/cygwin.txt +++ b/src/build-data/os/cygwin.txt @@ -13,6 +13,7 @@ doc_dir docs <target_features> gettimeofday timegm +readdir threads filesystem </target_features> |