mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-09 23:23:59 +00:00
Fix tests using Interprocess not compiling on Cygwin
This commit is contained in:
parent
1b0037135c
commit
5dd2068b62
@ -42,7 +42,9 @@ path-constant BOOST_UNORDERED_TEST_DIR : . ;
|
||||
|
||||
run quick.cpp ;
|
||||
|
||||
compile debuggability/visualization_tests.cpp ;
|
||||
compile debuggability/visualization_tests.cpp
|
||||
: <target-os>cygwin:<define>_XOPEN_SOURCE=600
|
||||
;
|
||||
|
||||
compile unordered/self_include_tests_obj.cpp
|
||||
: <define>BOOST_UNORDERED_HEADER="boost/unordered_map.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user