Forráskód Böngészése

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

gingerBill 8 hónapja
szülő
commit
6383fddb59
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      vendor/libc/stdio.odin

+ 1 - 0
vendor/libc/stdio.odin

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