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
I'm trying to use premake-ninja with premake-emscripten, which should function as a drop-in replacement for gcc/clang. Unfortunately, the if branches in compilation_rules() only allow msvc, gcc, or clang. I've modified a version of premake-ninja to also allow emcc, but maybe there should be an API to implement the per-compiler commands in a more generic basis?
The text was updated successfully, but these errors were encountered:
I'm trying to use premake-ninja with premake-emscripten, which should function as a drop-in replacement for gcc/clang. Unfortunately, the if branches in
compilation_rules()
only allow msvc, gcc, or clang. I've modified a version of premake-ninja to also allow emcc, but maybe there should be an API to implement the per-compiler commands in a more generic basis?The text was updated successfully, but these errors were encountered: