This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
c
/
odin-lang.Odin
espejo de
https://github.com/odin-lang/Odin
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Disable filepath/match.odin and filepath/walk.odin compilation on js
targets
sergeypdev
hace 2 semanas
padre
a19e7845b1
commit
2fc8ca6cf5
Se han
modificado 2 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadí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 fichero
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"
+ 1
- 0
core/path/filepath/walk.odin
Ver fichero
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"