Преглед изворни кода

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
 
 import "core:c"