You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because of the --path:".." line in nim.cfg. I don't think I'll fix this, its not that hard to put --recursive when cloning. I'll put a note in the readme to clone recursively though when trying to run examples.
When I tried to test the examples, I manually cloned this repo, but because of
nim.cfg
, the compiling failed.Copying the example folder outside of the repo folder will work. Also, just removing
nim.cfg
works too.Regular cloning (nonrecursive) tries to rebuild
webui.c
instead of using the already installed one.The text was updated successfully, but these errors were encountered: