This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
c
/
odin-lang.Odin
réplica de
https://github.com/odin-lang/Odin
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Disable filepath/match.odin and filepath/walk.odin compilation on js
targets
sergeypdev
hai 2 semanas
pai
a19e7845b1
achega
2fc8ca6cf5
Modificáronse 2 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
core/path/filepath/match.odin
1
0
core/path/filepath/walk.odin
+ 1
- 0
core/path/filepath/match.odin
Ver ficheiro
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"
+ 1
- 0
core/path/filepath/walk.odin
Ver ficheiro
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"