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

correct the order when linking. #25

Merged
merged 1 commit into from
Apr 2, 2025
Merged

correct the order when linking. #25

merged 1 commit into from
Apr 2, 2025

Conversation

hovercats
Copy link
Contributor

linking statically is much more picky than linking dynamically.
in this case, if we were to attempt static linking, the linker wont find the libraries, making the build fail.

this fixes the linking order, making static linking possible.

@mcpcpc mcpcpc merged commit 8f79d3d into mcpcpc:main Apr 2, 2025
3 checks passed
@hovercats hovercats deleted the linking branch April 5, 2025 00:04
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