소스 검색

Disable filepath/match.odin and filepath/walk.odin compilation on js
targets

sergeypdev 1 개월 전
부모
커밋
2fc8ca6cf5
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/path/filepath/match.odin
  2. 1 0
      core/path/filepath/walk.odin

+ 1 - 0
core/path/filepath/match.odin

@@ -1,4 +1,5 @@
 #+build !wasi
+#+build !js
 package filepath
 
 import "core:os"

+ 1 - 0
core/path/filepath/walk.odin

@@ -1,4 +1,5 @@
 #+build !wasi
+#+build !js
 package filepath
 
 import "core:os"