nerves v1.18.3 Release Notes

    • ๐Ÿ”„ Changes

      • Add cmake support via the CMAKE_TOOLCHAIN_FILE environment variable. Pass -D CMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} when configuring a CMake project to use. Thanks to @cocoa-xu for this.
    • ๐Ÿ›  Fixes

      • Prepend host tools to PATH rather than append them. Since LD_LIBRARY_PATH is set, there was a possibility of using a system-supplied program with a Nerves-supplied shared library. This makes this less possible. Thanks to @ejc123 for tracking this down.