Commit 58320e26 authored by gabime's avatar gabime

Updated meson build options

parent a6f7edf9
...@@ -40,7 +40,7 @@ endif ...@@ -40,7 +40,7 @@ endif
if get_option('wchar_filenames') if get_option('wchar_filenames')
if build_machine.system() != 'windows' if build_machine.system() != 'windows'
error('wchar_support only supported under windows') error('wchar_filenames only supported under windows')
endif endif
compile_args += '-DSPDLOG_WCHAR_FILENAMES' compile_args += '-DSPDLOG_WCHAR_FILENAMES'
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment