DvvCz / cpkg

A dead simple package manager for C.
MIT License
1 stars 0 forks source link

Extra backends to support #1

Closed DvvCz closed 3 months ago

DvvCz commented 5 months ago

Overall a low priority issue as these are rarely used (tcc) or wouldn't really be used with something like cpkg (visual studio). I also would prefer not dealing with proprietary windows only software, when clang is so easy to install on windows.

DvvCz commented 5 months ago

I think it's fine to not support msvc until someone really needs it and is unable to simply install clang on windows.

As for TCC, maybe it could be bundled with cpkg and be used as a fallback backend / for the repl?