mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-24 06:32:06 +08:00
Updated meson build options
This commit is contained in:
parent
a6f7edf94b
commit
58320e2678
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user