Explorar o código

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

sergeypdev hai 2 semanas
pai
achega
2fc8ca6cf5
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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"