Skip to content

Commit 5edac7c

Browse files
authored
i586 support (#76)
1 parent faeadb3 commit 5edac7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ impl Build {
179179
"armv7-unknown-linux-gnueabihf" => "linux-armv4",
180180
"armv7-unknown-linux-musleabihf" => "linux-armv4",
181181
"asmjs-unknown-emscripten" => "gcc",
182+
"i586-unknown-linux-gnu" => "linux-elf",
183+
"i586-unknown-linux-musl" => "linux-elf",
182184
"i686-apple-darwin" => "darwin-i386-cc",
183185
"i686-linux-android" => "linux-elf",
184186
"i686-pc-windows-gnu" => "mingw",

0 commit comments

Comments
 (0)