Remove two arguments to the static_library call that are causing warning with future hard error report. (#15)
This commit is contained in:
parent
69520db72a
commit
056a005f54
|
@ -17,8 +17,6 @@ tinyendian_lib = static_library('tinyendian',
|
|||
[tinyendian_src],
|
||||
include_directories: [src_dir],
|
||||
install: true,
|
||||
version: meson.project_version(),
|
||||
soversion: project_soversion,
|
||||
pic: true
|
||||
)
|
||||
pkgc.generate(name: 'tinyendian',
|
||||
|
|
Loading…
Reference in a new issue