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

Steps to adding Mac support #9

Open
wants to merge 4 commits into
base: ver2019
Choose a base branch
from

Conversation

ArtemPopof
Copy link

No description provided.

@ArtemPopof ArtemPopof changed the title Added instructions for building with Xcode Steps to adding Mac support Jul 17, 2019
@JorgenPo
Copy link
Owner

It seems like MacOS and Linux shared libraries implementations are the same except shared library file extensions.
So maybe just define MacSharedLibrary as alias for LinuxSharedLibrary and make some platform dependent constants of file extensions if code.

@JorgenPo
Copy link
Owner

using SharedLibrary = os::LinuxSharedLibrary; //for mac os system.

@ArtemPopof
Copy link
Author

Maybe it can do the trick now, but in future MacOS version may change, so I thinks you can assign Linux version only if you 100% sure that realization gonna stay the same over the time.

@JorgenPo
Copy link
Owner

I guess we can change implementation of mac os shared library to it's own specific version when it fork from linux version.

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