Skip to content

Commit

Permalink
use static
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Jun 18, 2023
1 parent 3835e01 commit 9534c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func generateBinaries(input *Root) error {
// TODO refactor
for _, name := range targets {
if name == "native" {
name = platform.BinaryPlatformNameDynamic()
name = platform.BinaryPlatformNameStatic()
}

// first, ensure they are actually downloaded
Expand Down

0 comments on commit 9534c9d

Please sign in to comment.