浏览代码

Disable the os-specific code in `libc` so that non-OS specific platforms still work with it

gingerBill 8 月之前
父节点
当前提交
6383fddb59
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vendor/libc/stdio.odin

+ 1 - 0
vendor/libc/stdio.odin

@@ -1,3 +1,4 @@
+#+build !freestanding
 package odin_libc
 package odin_libc
 
 
 import "core:c"
 import "core:c"