Skip to content

Commit 3d0c258

Browse files
thomerschwrouesnel
authored andcommitted
FreeBSD compilation target
1 parent 05429f2 commit 3d0c258

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

magefile.go

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ var platforms []Platform = []Platform{
101101
{"darwin", "386", ""},
102102
{"windows", "amd64", ".exe"},
103103
{"windows", "386", ".exe"},
104+
{"freebsd", "amd64", ""},
104105
}
105106

106107
// productName can be overridden by environ product name

0 commit comments

Comments
 (0)