Commit b72ac6db authored by James Almer's avatar James Almer

configure: fix writing library dependencies to config.sh

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 620f88a0
...@@ -5405,7 +5405,7 @@ EOF ...@@ -5405,7 +5405,7 @@ EOF
for lib in $LIBRARY_LIST; do for lib in $LIBRARY_LIST; do
lib_deps="$(eval echo \$${lib}_deps)" lib_deps="$(eval echo \$${lib}_deps)"
echo ${lib}_deps=\"$lib_deps\" >> avbuild/config.sh echo ${lib}_deps=\"$lib_deps\" >> $TMPH
done done
cp_if_changed $TMPH avbuild/config.sh cp_if_changed $TMPH avbuild/config.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment