Skip to content

Allow specifying AR command #4807

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

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

Conversation

hax0rbana-adam
Copy link

Closes #4806

If we allow the ar command to be overridden for the cross-win64 target instead of being hard-coded, it will be possible to use MXE to do the compilation.

I chose the AR environment variable because that matches what Gnu Make uses.

If AR is not set, the script falls back to the hard-coded value, making this change backward compatible.

If the ar command can be overridden for the cross-win64 target instead of being hard-coded, it is possible to use MXE to do the compilation.

I chose the AR environment variable because that matches [what Gnu Make uses](https://www.gnu.org/software/make/manual/make.html#index-CFLAGS).

If AR is not set, the script falls back to the hard-coded value, making this change backward compatible.
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.

Allow overriding ar command in ci_build.py
1 participant