dgibson / dtc

Device Tree Compiler
215 stars 127 forks source link

tests/run_tests.sh: fix Meson library path being dropped #138

Closed blmaier closed 1 month ago

blmaier commented 1 month ago

Meson automatically passes in LD_LIBRARY_PATH pointing at the correct build directory for libfdt.so. So preserve LD_LIBRARY_PATH if it's already set.

dgibson commented 1 month ago

Merged, thanks.