This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
c
/
odin-lang.Odin
mirror de
https://github.com/odin-lang/Odin
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Disable filepath/match.odin and filepath/walk.odin compilation on js
targets
sergeypdev
2 semanas atrás
pai
a19e7845b1
commit
2fc8ca6cf5
2 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
0
core/path/filepath/match.odin
1
0
core/path/filepath/walk.odin
+ 1
- 0
core/path/filepath/match.odin
Ver arquivo
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"
+ 1
- 0
core/path/filepath/walk.odin
Ver arquivo
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"