Caznix / IneptOS

MIT License
1 stars 0 forks source link

Cloning the project by default doesn't clone limine and will break when building #4

Open ColinLeftwich opened 4 hours ago

ColinLeftwich commented 4 hours ago

Maybe we need add back git submodule update --init some where

ColinLeftwich commented 3 hours ago

This should be fixed by adding git submodule update --init to xtask build.rs. I don't know if this is the best place to put it. It seems that if I add it as part of xtask, it doesn't work the first time. Because this has nothing to do with building xtask, It prob doesn't belong in the build.rs. We should maybe find a better place for it.

ColinLeftwich commented 3 hours ago

I went ahead and fixed it. Problems like this could be solved if we had a CI/CD build.