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

Windows: Use llvm-ar instead of ar #349

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

projectitis
Copy link

Added flag to force premake to use llvm-ar as the linker instead of ar.
LLVM for windows (clang-cl) does not include ar, and it is not a recognized command on windows.

See this link for why the solution is required :)
premake/premake-core#1742 (comment)

For me there was still an additional manual fix to the makefile (after premake generated it) to get a successful compile. I've added it as a comment to the same issue in the premake repo above.

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 this pull request may close these issues.

1 participant