v1.18.3
-
Changes
- Add
cmake
support via theCMAKE_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.
- Add
-
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.
- Prepend host tools to