We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2833d9b commit a4c0cbbCopy full SHA for a4c0cbb
Cross.toml
@@ -9,6 +9,14 @@ pre-build = [
9
"apt install --assume-yes --install-recommends winehq-stable",
10
]
11
12
+[target.i686-pc-windows-gnu]
13
+pre-build = [
14
+ "apt-get update && apt-get install --assume-yes nasm wget",
15
+ "mkdir -pm755 /etc/apt/keyrings",
16
+ "wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources",
17
+ "apt install --assume-yes --install-recommends winehq-stable",
18
+]
19
+
20
[build.env]
21
passthrough = [
22
"AWS_LC_FIPS_SYS_EXTERNAL_BINDGEN",
0 commit comments