Skip to content

Commit 7d5f3f6

Browse files
committed
workaround
1 parent bc653c5 commit 7d5f3f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Jamfile.v2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ run diagnostics_test4.cpp ;
7171
run diagnostics_test5.cpp ;
7272
run e_errno_test.cpp ;
7373
run e_LastError_test.cpp : : : <target-os>windows:<define>BOOST_LEAF_CFG_WIN32=1 ;
74-
run error_code_test.cpp : : : <toolset>clang-darwin:<linkflags>"-Wl,-no_dead_strip" ; # workaround for macos-14 linker bugrun error_id_test.cpp ;
74+
run error_code_test.cpp : : : <toolset>clang-darwin:<exception-handling>off:<rtti>off:<linkflags>"-Wl,-ld_classic" ; # workaround for macos-14 linker bug
75+
run error_id_test.cpp ;
7576
run exception_test.cpp ;
7677
run exception_to_result_test.cpp ;
7778
run function_traits_test.cpp ;

0 commit comments

Comments
 (0)