dgibson / dtc

Device Tree Compiler
235 stars 134 forks source link

libfdt: rework shared/static libraries #124

Closed neheb closed 9 months ago

neheb commented 9 months ago

Instead of creating 2 libraries manualy, just call both_libraries and link to the appropriate one as requested.

Fixes compilation when passing -Ddefault_libraries=both as the static_library name is duplicated.

ping @eli-schwartz @alyssais

dgibson commented 9 months ago

Merged, thanks.