mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Disable filepath/match.odin and filepath/walk.odin compilation on js
targets
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#+build !wasi
|
#+build !wasi
|
||||||
|
#+build !js
|
||||||
package filepath
|
package filepath
|
||||||
|
|
||||||
import "core:os"
|
import "core:os"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#+build !wasi
|
#+build !wasi
|
||||||
|
#+build !js
|
||||||
package filepath
|
package filepath
|
||||||
|
|
||||||
import "core:os"
|
import "core:os"
|
||||||
|
|||||||
Reference in New Issue
Block a user