Sfoglia il codice sorgente

Merge pull request #5482 from sergeypdev/master

Disable filepath/match.odin and filepath/walk.odin compilation on js targets
Laytan 1 settimana fa
parent
commit
a658cc5ef6
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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"