mirror of
https://github.com/boostorg/move.git
synced 2025-07-31 12:57:14 +02:00
Remove unneeded static requirement in Jamfile.v2
This commit is contained in:
@ -22,7 +22,5 @@ rule test_all
|
||||
return $(all_rules) ;
|
||||
}
|
||||
|
||||
test-suite move_test : [ test_all r ]
|
||||
: <link>static
|
||||
;
|
||||
test-suite move_test : [ test_all r ] ;
|
||||
|
||||
|
Reference in New Issue
Block a user