Skip to content

Commit a97e2a7

Browse files
debug + more mac fixes
1 parent 2399d0c commit a97e2a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ for my $package (@packages) {
406406

407407
print F "revision=\"$rev\"\n";
408408
foreach(@platforms_enabled) {
409-
if ($os eq 'mac') {
409+
if ($_ eq 'mac') {
410410
print F "fname_${_}_universal=\"$package-$rev$build-${_}-universal.zip\"\n";
411411
}
412412
else {
@@ -415,6 +415,8 @@ for my $package (@packages) {
415415
}
416416
close F;
417417

418+
print "Wrote descr:\n" . `cat temp/output/$ARCH/$package.descr`;
419+
418420
print "will pack $out_fname\n";
419421
unlink $out_fname;
420422
system ("cd temp/output/$ARCH && zip -r $out_fname plugins") && die "failed to zip $out_fname\n";

0 commit comments

Comments
 (0)