mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +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 !js
|
||||
package filepath
|
||||
|
||||
import "core:os"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#+build !wasi
|
||||
#+build !js
|
||||
package filepath
|
||||
|
||||
import "core:os"
|
||||
|
||||
Reference in New Issue
Block a user