Skip to content

Commit 0435c97

Browse files
committed
attempted workaround
1 parent 7d5f3f6 commit 0435c97

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>clang-darwin:<exception-handling>off:<rtti>off:<linkflags>"-Wl,-ld_classic" ; # workaround for macos-14 linker bug
74+
run error_code_test.cpp : : : <toolset>clang-darwin,<exception-handling>off,<rtti>off:<linkflags>"-Wl,-ld_classic" ; # workaround for macos-14 linker bug
7575
run error_id_test.cpp ;
7676
run exception_test.cpp ;
7777
run exception_to_result_test.cpp ;

0 commit comments

Comments
 (0)