dgibson / dtc

Device Tree Compiler
215 stars 127 forks source link

libfdt: rework shared/static libraries #124

Closed neheb closed 5 months ago

neheb commented 5 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 5 months ago

Merged, thanks.