2
0
Эх сурвалжийг харах

Merge pull request #5482 from sergeypdev/master

Disable filepath/match.odin and filepath/walk.odin compilation on js targets
Laytan 1 сар өмнө
parent
commit
a658cc5ef6

+ 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"