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