Skip to content

Commit be3a096

Browse files
committed
fix repo bug for x86_64
1 parent 693ce0c commit be3a096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

download_extension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ function download_package($package, $dir, $tc_version = "13.x", $tc_arch = "x86"
9494
if($download)
9595
{
9696
echo 'Downloading Package: '.$package.PHP_EOL;
97+
echo $tcz.PHP_EOL;
9798

9899
download_file($tcz, $tczFile);
99100
download_file($md5, $md5File);
@@ -124,7 +125,7 @@ function download_package($package, $dir, $tc_version = "13.x", $tc_arch = "x86"
124125
{
125126
echo 'Found Dependancy: '.$p.PHP_EOL;
126127
//download package
127-
$count += download_package($p, $dir);
128+
$count += download_package($p, $dir, $tc_version, $tc_arch, $server);
128129
}
129130
}
130131
}

0 commit comments

Comments
 (0)