Skip to content

Commit 5dd44c7

Browse files
committed
chore(build): fix target.json
see: <rust-lang/rust#144218>
1 parent 946168b commit 5dd44c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"arch": "x86",
55
"target-endian": "little",
66
"target-pointer-width": "32",
7-
"target-c-int-width": "32",
7+
"target-c-int-width": 32,
88
"os": "none",
99
"executables": true,
1010
"linker-flavor": "ld.lld",

0 commit comments

Comments
 (0)