ninenines / erlang.mk

A build tool for Erlang that just works.
https://erlang.mk
ISC License
580 stars 238 forks source link

Issue 894 (Darwin and NIFs) #895

Closed DavidAlphaFox closed 1 year ago

DavidAlphaFox commented 4 years ago

When the platform is darwin, SharedFlag compares the extensions of filename to determine whether to add "-shared" or not Fixes #894

essen commented 4 years ago

Please provide a test case to reproduce the issue.

DavidAlphaFox commented 4 years ago

Please refer this repo https://github.com/DavidAlphaFox/rebar3_deps I create a very simple application with common test framework to show this bugs. Thanks & Regards.

essen commented 1 year ago

I have simplified your patch, tested and merged. Will push later today. Thanks!