erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

win32 cross release on unix and vs #540

Closed obi458 closed 7 years ago

lrascao commented 7 years ago

this looks a bit weird, so if i understood correctly the goal is to allow the creation of a win32 release on a unix machine by pointing to a win32 erts installed there?

obi458 commented 7 years ago

Yes, this is correct :-)

stchar commented 7 years ago

Sorry for a dumb question. But what I need to add to my relx.config to create win32 release? Could you please share an example.

lrascao commented 7 years ago

@headcrabmeat right now you can only generate one on a win32 machine

obi458 commented 7 years ago

{include_erts, "/Users/Me/Downloads/erlang_windows/erl8.3"}. {system_libs, "/Users/Me/Downloads/erlang_windows/erl8.3/lib"}.

stchar commented 7 years ago

This is awesome! I've built win package on linux.

stchar commented 7 years ago

Hi @lrascao, are you gonna integrate this PR?

lrascao commented 7 years ago

I'm not seeing a reason not to but i'd like @tsloughter's input on this