Disable mmap_tests for cygwin targets

Interprocess tries to erroneously call ftruncate without the corresponding header being included.
This commit is contained in:
Christian Mazakas
2023-08-31 11:12:05 -07:00
parent 583225ad9f
commit 33ee8ea302

View File

@ -268,6 +268,7 @@ for local container in $(MMAP_CONTAINERS)
: <define>BOOST_UNORDERED_FOA_MMAP_MAP_TYPE="boost::$(container)"
<warnings>off
<link>static
<target-os>cygwin:<build>no
: foa_mmap_$(container)_tests ;
}