Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libfdt/meson.build: support building without static library
Some build systems like meson-python and NixOS have difficulties with static archives. The `both_library()` Meson function always builds both shared and static libraries. Instead of using `both_libraries()` to get a handle on a static lib, use `static_library()` directly. Signed-off-by: Brandon Maier <[email protected]>
- Loading branch information