AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

Erlang build dependency error

Open fadushin opened this issue 7 years ago • 0 comments

There is a small bug in the dependency management of the Erlang library and example builds, whereby if a source module is changed, the source will be re-compiled into a beam file, but it will not get re-packaged into an AVM module. This can make it annoying to rebuild for testing, and is likely due to some dark CMake incantation magic I failed to make.

fadushin avatar Dec 20 '18 13:12 fadushin