Removed i386 as a target for darwin, as it currently doesnt compile.
This commit is contained in:
committed by
Cameron Sparr
parent
095c90ad22
commit
c3d220175f
@@ -77,7 +77,7 @@ targets = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
supported_builds = {
|
supported_builds = {
|
||||||
"darwin": [ "amd64", "i386" ],
|
"darwin": [ "amd64" ],
|
||||||
"windows": [ "amd64", "i386" ],
|
"windows": [ "amd64", "i386" ],
|
||||||
"linux": [ "amd64", "i386", "armhf", "armel", "arm64" ],
|
"linux": [ "amd64", "i386", "armhf", "armel", "arm64" ],
|
||||||
"freebsd": [ "amd64" ]
|
"freebsd": [ "amd64" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user