FreeBSD compilation target

This commit is contained in:
Thomas Skowron 2018-05-22 08:23:37 +02:00 committed by Will Rouesnel
parent 05429f2d1c
commit 3d0c258c72
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ var platforms []Platform = []Platform{
{"darwin", "386", ""},
{"windows", "amd64", ".exe"},
{"windows", "386", ".exe"},
{"freebsd", "amd64", ""},
}
// productName can be overridden by environ product name