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

Making dynamic library build on mac os #112

Merged
merged 1 commit into from May 21, 2017
Merged

Conversation

mtourne
Copy link
Contributor

@mtourne mtourne commented Sep 24, 2016

ld -shared doesn't work on mac os, ld -dynamic would work better
but it seems simpler to just use CC to build it

This would need to be tested on Linux (or the original target arch).

ld -shared doesn't work on mac os, ld -dynamic would work better
but it seems simpler to just use CC to build it
@mtourne
Copy link
Contributor Author

mtourne commented Oct 11, 2016

Any chance to get this merged in ?

@hongpinglin
Copy link

honestly, i am not fun to put the libinjection in to shared object due to variety reasons. It is better to leave it as an option instead of default option.

@mtourne
Copy link
Contributor Author

mtourne commented Oct 21, 2016

Is that really what it does ? Seems like the changes are just about fixing something that is broken on mac os.

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.

None yet

3 participants