fix static

This commit is contained in:
2025-12-01 15:29:15 +01:00
parent 07871a2f2c
commit 1e7eb68f03
3 changed files with 8 additions and 6 deletions

View File

@@ -20,7 +20,8 @@ add_project_arguments(
'-Wno-format-zero-length',
'-Wvla',
'-Wno-sign-compare',
'-Wno-narrowing'
'-Wno-narrowing',
'-Wno-stringop-truncation'
],
language: 'c',
)
@@ -50,7 +51,7 @@ endif
# setup conf map
version = '@0@'.format(meson.project_version())
conf.set('prefix', prefix)
conf.set('UDPXD_VERSION', version)
conf.set('VERSION', version)
# write out the config header