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