Merge pull request #275 from k3DW/cygwin

Fix compiling on Cygwin for tests using Interprocess
This commit is contained in:
Braden Ganetsky 2024-08-26 22:05:04 -05:00 committed by GitHub
commit 21937249c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"