meson build - fix use module defines to be upper case again

devs/derekf/for_derbyw
Carsten Haitzler 6 years ago
parent 24cf739b2c
commit dc9879c6ef
  1. 2
      src/modules/meson.build

@ -81,7 +81,7 @@ foreach m: mods
if get_option(opt) == true and disable == false
_conf = 'USE_MODULE_' + m.underscorify()
_conf = 'USE_MODULE_' + m.underscorify().to_upper()
_dir = join_paths(dir_module_e, m)
_dir_bin = join_paths(_dir, module_arch)
_inc = include_directories(module_includes2, join_paths('.', m))

Loading…
Cancel
Save