mirror of
https://codeberg.org/scip/udpxd.git
synced 2025-12-17 03:50:57 +01:00
fix static
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user