Parcourir la source

Merge pull request #5482 from sergeypdev/master

Disable filepath/match.odin and filepath/walk.odin compilation on js targets
Laytan il y a 2 mois
Parent
commit
a658cc5ef6
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  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"