mirror of
https://github.com/dgibson/dtc.git
synced 2026-04-11 16:37:42 -04:00
Fix version in libfdt/meson.build
Currently meson generates file /usr/lib/libfdt.so.1.6.0 that does not match Makefile build version.
This commit is contained in:
parent
2cdf93a6d4
commit
723545ebe9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ sources = files(
|
|||
|
||||
libfdt = library(
|
||||
'fdt', sources,
|
||||
version: '1.6.0',
|
||||
version: '1.7.0',
|
||||
link_args: ['-Wl,--no-undefined', version_script],
|
||||
link_depends: 'version.lds',
|
||||
install: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue