Browse Source

Fix warnings in MinGW build

zrythm_meson
David Robillard 2 years ago
parent
commit
a9efbbbbbd
  1. 3
      wscript

3
wscript

@ -99,6 +99,9 @@ def configure(conf): @@ -99,6 +99,9 @@ def configure(conf):
],
})
if 'mingw' in conf.env.CC[0]:
conf.env.append_value('CFLAGS', '-Wno-unused-macros')
conf.env.update({
'BUILD_UTILS': not Options.options.no_utils,
'BUILD_SHARED': not Options.options.no_shared,

Loading…
Cancel
Save