mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
Disable mmap_tests for cygwin targets
Interprocess tries to erroneously call ftruncate without the corresponding header being included.
This commit is contained in:
@ -268,6 +268,7 @@ for local container in $(MMAP_CONTAINERS)
|
|||||||
: <define>BOOST_UNORDERED_FOA_MMAP_MAP_TYPE="boost::$(container)"
|
: <define>BOOST_UNORDERED_FOA_MMAP_MAP_TYPE="boost::$(container)"
|
||||||
<warnings>off
|
<warnings>off
|
||||||
<link>static
|
<link>static
|
||||||
|
<target-os>cygwin:<build>no
|
||||||
: foa_mmap_$(container)_tests ;
|
: foa_mmap_$(container)_tests ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user