From d6cc562907d6b5cdef40e4d2e9d0431753352a7a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 7 Aug 2025 12:25:03 +0200 Subject: [PATCH] Fix: `target-c-int-width` field now expects an integer --- x86_64-blog_os.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86_64-blog_os.json b/x86_64-blog_os.json index 9879eb29..4cc6a3a2 100644 --- a/x86_64-blog_os.json +++ b/x86_64-blog_os.json @@ -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",