From 6383fddb59cfcd3f0c8eefb2c700381d14488691 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 1 Jan 2025 15:13:36 +0000 Subject: [PATCH] Disable the os-specific code in `libc` so that non-OS specific platforms still work with it --- vendor/libc/stdio.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/libc/stdio.odin b/vendor/libc/stdio.odin index 10b95b96b..97667a5c8 100644 --- a/vendor/libc/stdio.odin +++ b/vendor/libc/stdio.odin @@ -1,3 +1,4 @@ +#+build !freestanding package odin_libc import "core:c"