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

Use ldflags, not lddlflags, in direct library test #129

Closed
wants to merge 1 commit into from

Conversation

alyssais
Copy link
Contributor

@alyssais alyssais commented May 1, 2022

With a compiler that can only produce static executables, the previous test would fail because e.g. -shared would end up getting passed here.

I've tested various cross-compilations with this change, both dynamic and static.

With a compiler that can only produce static executables, the previous
test would fail because e.g. -shared would end up getting passed here.

I've tested various cross-compilations with this change, both dynamic
and static.
@arsv
Copy link
Owner

arsv commented May 3, 2022

Merged, thanks.

@arsv arsv closed this May 3, 2022
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.

2 participants