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

Fix incorrect pattern matching for rustc nf_frameworks() #5034

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

bitonality
Copy link
Contributor

I believe the intent is that the nf_frameworks logic for rust will match either format of

libmydep.rlib -> mydep
libmydep-buildhas.rlib -> mydep

The current string:match logic isn't working if the above results are desired.

@waruqi waruqi merged commit f6cd253 into xmake-io:dev Apr 29, 2024
18 of 19 checks passed
@waruqi waruqi added this to the v2.9.2 milestone Apr 29, 2024
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