2
0
mirror of https://github.com/boostorg/sort.git synced 2026-01-19 04:42:11 +00:00

Fix tune.pl to refer to the b2 in the boost root.

This commit is contained in:
Steven Ross
2016-12-30 06:46:47 -05:00
parent fc948c56f1
commit 9a130002ae

View File

@@ -19,7 +19,7 @@ $realtimes = 0;
$verifycorrect = 0;
$verbose = 0;
$exename = "spreadsort";
$makename = "b2 \-\-tune";
$makename = "../../b2 \-\-tune";
$all = "";
$iter_count = 1;
$debug = 0;