浏览代码

Merge pull request #5482 from sergeypdev/master

Disable filepath/match.odin and filepath/walk.odin compilation on js targets
Laytan 1 月之前
父节点
当前提交
a658cc5ef6
共有 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"