sgimenez / laby

Learn programming, playing with ants and spider webs ;-)
https://sgimenez.github.io/laby/
Other
99 stars 39 forks source link

laby fails to build due to unsafe string #59

Closed sandrobonazzola closed 4 years ago

sandrobonazzola commented 4 years ago

On Fedora Rawhide laby fails to build with:

the compiler there doesn't allow unsafe strings.

sgimenez commented 4 years ago

I think this has been resolved already. Using "make clean" after an OCaml upgrade shoud be enough.