Skip to content

Commit cbb4014

Browse files
committed
jamfile bug fix
1 parent dd0ae23 commit cbb4014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Jamfile.v2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ run try_catch_system_error_test.cpp ;
129129
run try_catch_test.cpp ;
130130
run try_exception_and_result_test.cpp ;
131131

132-
lib so_dll_test_lib : so_dll_test_lib.cpp : <visibility>hidden ;
133-
run so_dll_test.cpp so_dll_test_lib/<link>shared ;
132+
lib so_dll_lib : so_dll_lib.cpp : <visibility>hidden ;
133+
run so_dll_test.cpp so_dll_lib/<link>shared ;
134134

135135
compile-fail _compile-fail-arg_boost_error_info_1.cpp ;
136136
compile-fail _compile-fail-arg_boost_error_info_2.cpp ;

0 commit comments

Comments
 (0)