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

Cannot build without changing hardcoded values #197

Open
RasmusLar opened this issue Apr 26, 2023 · 0 comments
Open

Cannot build without changing hardcoded values #197

RasmusLar opened this issue Apr 26, 2023 · 0 comments

Comments

@RasmusLar
Copy link
Contributor

RasmusLar commented Apr 26, 2023

Reading this PR #176 I understand that there is no way to change the hardcoded values for the CLang compiler. I wanted to build a 64 bit version using MinGW with included CLang, using the some other linker which is the only one I had installed for 64 bit builds (Worked fine with 32bit builds, as it was installed), so I added:
Archiver {
Flags "-fuse-ld=ld"
}
, but it fails with clang: error: invalid linker name in argument '-fuse-ld=llvm-lib'
from the command: clang -fuse-ld=ld -fuse-ld=llvm-lib -o build/....

Suggestion:
Add a flag or some settings to be able to change these, but keep them default the same.
Right now I will solve it by changing LLVM install I guess, but it would be nice to be able to change it to what you would like to have, instead of having it hardcoded.

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

No branches or pull requests

1 participant