This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Disable filepath/match.odin and filepath/walk.odin compilation on js
targets
sergeypdev
1 week ago
parent
a19e7845b1
commit
2fc8ca6cf5
2 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
1
0
core/path/filepath/match.odin
1
0
core/path/filepath/walk.odin
+ 1
- 0
core/path/filepath/match.odin
View File
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"
+ 1
- 0
core/path/filepath/walk.odin
View File
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"