mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 10:22:08 +00:00
Disable the os-specific code in libc so that non-OS specific platforms still work with it
This commit is contained in:
1
vendor/libc/stdio.odin
vendored
1
vendor/libc/stdio.odin
vendored
@@ -1,3 +1,4 @@
|
||||
#+build !freestanding
|
||||
package odin_libc
|
||||
|
||||
import "core:c"
|
||||
|
||||
Reference in New Issue
Block a user