Fix: target-c-int-width field now expects an integer

This commit is contained in:
Philipp Oppermann
2025-08-07 12:25:03 +02:00
parent 16bbb8f972
commit d6cc562907

View File

@@ -4,7 +4,7 @@
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"target-c-int-width": 32,
"os": "none",
"executables": true,
"linker-flavor": "ld.lld",