From 069c3bf3cbd6d0ca7431456ab0782e31423f5709 Mon Sep 17 00:00:00 2001 From: Louisa Huang Date: Sun, 28 Apr 2024 02:33:06 -0400 Subject: [PATCH] update --- Magefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magefile.go b/Magefile.go index e1abb80..6c32e9c 100644 --- a/Magefile.go +++ b/Magefile.go @@ -214,7 +214,7 @@ func buildBackend(cfg build.Config) error { outputPath = defaultOutputBinaryPath } args := []string{ - "-o", filepath.Join(outputPath, exeName), + "build", "-o", filepath.Join(outputPath, exeName), } info := getBuildInfoFromEnvironment()