소스 검색

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"