FreeBSD compilation target
This commit is contained in:
parent
05429f2d1c
commit
3d0c258c72
|
@ -101,6 +101,7 @@ var platforms []Platform = []Platform{
|
||||||
{"darwin", "386", ""},
|
{"darwin", "386", ""},
|
||||||
{"windows", "amd64", ".exe"},
|
{"windows", "amd64", ".exe"},
|
||||||
{"windows", "386", ".exe"},
|
{"windows", "386", ".exe"},
|
||||||
|
{"freebsd", "amd64", ""},
|
||||||
}
|
}
|
||||||
|
|
||||||
// productName can be overridden by environ product name
|
// productName can be overridden by environ product name
|
||||||
|
|
Loading…
Reference in New Issue