Skip to content

fix: update Linux runtime library path handling#71

Merged
Sunrisepeak merged 3 commits into
mcpp-community:mainfrom
yizhinailong:main
May 23, 2026
Merged

fix: update Linux runtime library path handling#71
Sunrisepeak merged 3 commits into
mcpp-community:mainfrom
yizhinailong:main

Conversation

@yizhinailong
Copy link
Copy Markdown
Collaborator

  • Update comment to clarify that runtime_lib_dirs() provides Linux toolchain runtime library search paths instead of generic Linux-specific paths
  • Remove hardcoded system library paths (/lib/x86_64-linux-gnu, /usr/lib/x86_64-linux-gnu, /usr/lib64) from runtime_lib_dirs() function to rely solely on toolchain-specific paths

- Update comment to clarify that runtime_lib_dirs() provides
  Linux toolchain runtime library search paths instead of
  generic Linux-specific paths
- Remove hardcoded system library paths (/lib/x86_64-linux-gnu,
  /usr/lib/x86_64-linux-gnu, /usr/lib64) from runtime_lib_dirs()
  function to rely solely on toolchain-specific paths
@yizhinailong yizhinailong requested a review from Sunrisepeak May 23, 2026 06:04
Copy link
Copy Markdown
Member

@Sunrisepeak Sunrisepeak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Sunrisepeak Sunrisepeak merged commit a6c5761 into mcpp-community:main May 23, 2026
3 of 4 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.

2 participants