Open surik opened 9 years ago
@benoitc you're not listed as a repo watcher, is this PR on your radar?
@andrewtj hrm not sure why I was not in the watcher....
Anyway I will look at the PR once I arrive at my desk tonight.
wez can probably add a Makefile like I did for ucol_nif and then be supported by erlan.mk + rebar2. The question is how to compile under windows that way. Any idea?
@benoitc of course, we can add Makefile, but this PR about how to use dnssd_erlang
as dependency in rebar3 project.
@surik yes so let add it :) I was referring to the Makefile in c_src: https://github.com/refuge/ucol_nif/blob/master/c_src/Makefile
Which will build the ports. Then maybe a specific entry for windows can be added there or we keep the escript.
Or maybe I have to use
overrides
in my application?