livebook icon indicating copy to clipboard operation
livebook copied to clipboard

Include both erts/include and usr/lib-include in desktop app

Open josevalim opened this issue 3 years ago • 0 comments

The Erlang distributions has headers on ROOT/erts/include and ROOT/usr, we need to include both in releases per elixir_make:

https://github.com/elixir-lang/elixir_make/blob/master/lib/mix/tasks/compile.make.ex#L303-L308

josevalim avatar Jul 30 '22 09:07 josevalim