Merge pull request #1425 from phil-opp/post-02-fix-target

Fix: `target-c-int-width` field now expects an integer
This commit is contained in:
Philipp Oppermann
2025-08-07 13:09:35 +02:00
committed by GitHub

View File

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