Updated meson build options

This commit is contained in:
gabime 2019-11-05 00:22:30 +02:00
parent a6f7edf94b
commit 58320e2678

View File

@ -40,7 +40,7 @@ endif
if get_option('wchar_filenames')
if build_machine.system() != 'windows'
error('wchar_support only supported under windows')
error('wchar_filenames only supported under windows')
endif
compile_args += '-DSPDLOG_WCHAR_FILENAMES'
endif