Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom toolsets #32

Open
lochnessdragon opened this issue Aug 22, 2024 · 1 comment · May be fixed by #34
Open

Support custom toolsets #32

lochnessdragon opened this issue Aug 22, 2024 · 1 comment · May be fixed by #34

Comments

@lochnessdragon
Copy link

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?

@tritao
Copy link
Contributor

tritao commented Sep 4, 2024

Hey @lochnessdragon, currently looking to use the emscripten module with this ninja generator too.

Just wondering if you could send a PR or share the changes you mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants