Skip to content

Commit ff52afc

Browse files
committed
Build fix
1 parent 2c9c4a0 commit ff52afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function BuildVariants {
2525
$outputfile += ".exe"
2626
}
2727

28-
$BUILDER build -ldflags "$ldflags" -o $outputfile $compileflags $path
28+
& $BUILDER build -ldflags "$ldflags" -o $outputfile $compileflags $path
2929
if (Get-Command "cyclonedx-gomod" -ErrorAction SilentlyContinue)
3030
{
3131
cyclonedx-gomod app -json -licenses -output $outputfile.bom.json -main $path .

0 commit comments

Comments
 (0)