mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Support Win32 cpp build
This commit is contained in:
@@ -29,6 +29,9 @@ IF /I "%~1" == "x64" (
|
||||
IF /I "%~1" == "ARM64" (
|
||||
SET "RUST_TARGET=aarch64-pc-windows-msvc"
|
||||
)
|
||||
IF /I "%~1" == "Win32" (
|
||||
SET "RUST_TARGET=i686-pc-windows-msvc"
|
||||
)
|
||||
|
||||
IF NOT DEFINED RUST_TARGET (
|
||||
echo Error: Unsupported Visual Studio platform '%~1'.
|
||||
|
||||
Reference in New Issue
Block a user