Skip to content

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