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 MacOS ARM bug #154

Merged
merged 1 commit into from
Jun 8, 2024
Merged

Fix MacOS ARM bug #154

merged 1 commit into from
Jun 8, 2024

Conversation

TaigoStudio
Copy link
Contributor

@TaigoStudio TaigoStudio commented Jun 8, 2024

Fixing Natives loading errors. The Natives policy was not used in some cases, which does not allow installing libraries for ARM systems


PR-Codex overview

This PR enhances the DefaultVersionLocator by optimizing library inheritance handling and native libraries retrieval.

Detailed summary

  • Replaced direct access to GetNatives with a more optimized approach
  • Introduced inheritsLibs list to store inherited libraries
  • Utilized NativeReplaceHelper for native library replacement
  • Updated the assignment of rootLibs to consider inheritsLibs instead of direct access

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

sonarcloud bot commented Jun 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@laolarou726 laolarou726 merged commit cfd8e3a into Corona-Studio:master Jun 8, 2024
3 of 7 checks passed
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.

None yet

2 participants