chore: remove i686 linux target
parent
aecd793830
commit
d49ea3d104
2
build.sh
2
build.sh
|
@ -12,11 +12,9 @@ cargo build --release --target x86_64-pc-windows-gnu
|
||||||
|
|
||||||
|
|
||||||
# i686
|
# i686
|
||||||
cargo build --release --target i686-unknown-linux-gnu
|
|
||||||
cargo build --release --target i686-pc-windows-gnu
|
cargo build --release --target i686-pc-windows-gnu
|
||||||
|
|
||||||
cp target/x86_64-unknown-linux-gnu/release/libskyhook.so out/x86_64
|
cp target/x86_64-unknown-linux-gnu/release/libskyhook.so out/x86_64
|
||||||
cp target/x86_64-pc-windows-gnu/release/skyhook.dll out/x86_64
|
cp target/x86_64-pc-windows-gnu/release/skyhook.dll out/x86_64
|
||||||
|
|
||||||
cp target/i686-unknown-linux-gnu/release/libskyhook.so out/i686
|
|
||||||
cp target/i686-pc-windows-gnu/release/skyhook.dll out/i686
|
cp target/i686-pc-windows-gnu/release/skyhook.dll out/i686
|
||||||
|
|
Reference in New Issue