Fix clang flags.#5
Conversation
ode
left a comment
There was a problem hiding this comment.
using /bin/bash is more of a workaround than a fix, also, it destroys windows compatibility [sadly, we have to care about that too]
It wasn't really that windows compatible in the first place, how many windows users do you know of that have a C compiler installed in the first place? |
@apoorvsingal does. so that's one. besides, we list the clang compiler as a dependency so that users can get it if they want to use volant. As much as I love linux, we cannot just not support windows. |
Fixes the clang flag to be able to accept multiple arguments.