mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Merge pull request #5482 from sergeypdev/master
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