Skip to content

Steps to adding Mac support#9

Open
ArtemPopof wants to merge 4 commits into
JorgenPo:ver2019from
abbysoft-team:ver2019
Open

Steps to adding Mac support#9
ArtemPopof wants to merge 4 commits into
JorgenPo:ver2019from
abbysoft-team:ver2019

Conversation

@ArtemPopof

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Owner

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

@ArtemPopof

Copy link
Copy Markdown
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
Copy Markdown
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