Skip to content

Commit

Permalink
Merge pull request #275 from k3DW/cygwin
Browse files Browse the repository at this point in the history
Fix compiling on Cygwin for tests using Interprocess
  • Loading branch information
k3DW committed Aug 27, 2024
2 parents 1b00371 + 5dd2068 commit 2193724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2193724

Please sign in to comment.