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

Add support of macOS platforms #34

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Add support of macOS platforms #34

merged 1 commit into from
Feb 19, 2024

Conversation

sisungo
Copy link
Contributor

@sisungo sisungo commented Feb 19, 2024

Currently get_libc() is not implemented for macOS in src/bin/linker/main.rs, so we will get an error compiling on macOS platforms due to lack of that function.

This PR implements get_libc() for #[cfg(target_os = "macos)]". The implementation just simply returns "libSystem.B.dylib".into().

@FractalFir FractalFir merged commit 9ef552a into FractalFir:main Feb 19, 2024
6 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