Skip to content

Commit bc653c5

Browse files
committed
Another workaround attempt
1 parent 82eacfe commit bc653c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ 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>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:<linkflags>"-Wl,-no_dead_strip" ; # workaround for macos-14 linker bugrun error_id_test.cpp ;
7575
run exception_test.cpp ;
7676
run exception_to_result_test.cpp ;
7777
run function_traits_test.cpp ;

0 commit comments

Comments
 (0)